Color Hex Logo

#ec25bb Color Hex

#EC25BB
(236,37,187)
0 Favorites   0 Comments

Color spaces of #ec25bb

RGB 23637187
HSL0.870.840.54
HSV315°84°93°
CMYK 0.000.840.21   0.07
XYZ44.223322.743949.0729
Yxy22.74390.38110.1960
Hunter Lab47.690682.0640-27.6252
CIE-Lab54.807682.2378-31.2586

#ec25bb color RGB value is (236,37,187).

#ec25bb hex color red value is 236, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ec25bb hue: 0.87 , saturation: 0.84 and the lightness value of ec25bb is 0.54.

The process color (four color CMYK) of #ec25bb color hex is 0.00, 0.84, 0.21, 0.07. Web safe color of #ec25bb is #ff33cc. Color #ec25bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 10111011
Octal 354 45 273
Decimal 236 37 187
Hex EC 25 BB

RGB Percentages of Color #ec25bb

%51.30
%8.04
%40.65

CMYK Percentages of Color #ec25bb

%0
%84
%21
%7

Triadic Colors of #ec25bb

#ec25bb #bbec25 #25bbec

Analogous Colors of #ec25bb

#ec25bb #ec2557 #ba25ec

Monochromatic Colors of #ec25bb

#ec25bb

Complementary Color

#ec25bb #25ec56

#ec25bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec25bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec25bb Color CSS Codes

.mybgcolor {background-color:#ec25bb; } 
.myforecolor {color:#ec25bb; }
.mybordercolor {border:3px solid #ec25bb; }

#ec25bb Text Font Color

<p style="color:#ec25bb">Text here</p>

This sample text font color is #ec25bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec25bb Background Color

<div style="background-color:#ec25bb">
Div content here</div>

This div background color is #ec25bb


#ec25bb Border Color

<div style="border:3px solid #ec25bb">
Div here</div>

This div border color is #ec25bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,37,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec25bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec25bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ec25bb;
  box-shadow:         1px 1px 3px 2px #ec25bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,37,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec25bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec25bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ec25bb;
  box-shadow:         1px 1px 3px 2px #ec25bb;">
Div content here</div>

This div box has shadow with color #ec25bb


Comments

No comments written yet.

Please login to write comment.