Color Hex Logo

#ec25cb Color Hex

#EC25CB
(236,37,203)
0 Favorites   0 Comments

Color spaces of #ec25cb

RGB 23637203
HSL0.860.840.54
HSV310°84°93°
CMYK 0.000.840.14   0.07
XYZ46.033123.467858.6034
Yxy23.46780.35930.1832
Hunter Lab48.443684.8419-37.8141
CIE-Lab55.551084.2482-39.3226

#ec25cb color RGB value is (236,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 11001011
Octal 354 45 313
Decimal 236 37 203
Hex EC 25 CB

RGB Percentages of Color #ec25cb

%49.58
%7.77
%42.65

CMYK Percentages of Color #ec25cb

%0
%84
%14
%7

Triadic Colors of #ec25cb

#ec25cb #cbec25 #25cbec

Analogous Colors of #ec25cb

#ec25cb #ec2568 #aa25ec

Monochromatic Colors of #ec25cb

#ec25cb

Complementary Color

#ec25cb #25ec46

#ec25cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec25cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec25cb Color CSS Codes

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

#ec25cb Text Font Color

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

This sample text font color is #ec25cb
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.


#ec25cb Background Color

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

This div background color is #ec25cb


#ec25cb Border Color

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

This div border color is #ec25cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec25cb


Comments

No comments written yet.

Please login to write comment.