Color Hex Logo

#ec03cb Color Hex

#EC03CB
(236,3,203)
0 Favorites   0 Comments

Color spaces of #ec03cb

RGB 2363203
HSL0.860.970.47
HSV308°99°93°
CMYK 0.000.990.14   0.07
XYZ45.404122.209858.3938
Yxy22.20980.36030.1763
Hunter Lab47.127389.5005-40.4751
CIE-Lab54.248988.0639-41.3733

#ec03cb color RGB value is (236,3,203).

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

The process color (four color CMYK) of #ec03cb color hex is 0.00, 0.99, 0.14, 0.07. Web safe color of #ec03cb is #ff00cc. Color #ec03cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000011 11001011
Octal 354 3 313
Decimal 236 3 203
Hex EC 3 CB

RGB Percentages of Color #ec03cb

%53.39
%0.68
%45.93

CMYK Percentages of Color #ec03cb

%0
%99
%14
%7

Triadic Colors of #ec03cb

#ec03cb #cbec03 #03cbec

Analogous Colors of #ec03cb

#ec03cb #ec0356 #9903ec

Monochromatic Colors of #ec03cb

#ec03cb

Complementary Color

#ec03cb #03ec24

#ec03cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec03cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec03cb Color CSS Codes

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

#ec03cb Text Font Color

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

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


#ec03cb Background Color

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

This div background color is #ec03cb


#ec03cb Border Color

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

This div border color is #ec03cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,3,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 #ec03cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec03cb


Comments

No comments written yet.

Please login to write comment.