Color Hex Logo

#ec29cb Color Hex

#EC29CB
(236,41,203)
0 Favorites   0 Comments

Color spaces of #ec29cb

RGB 23641203
HSL0.860.840.54
HSV310°83°93°
CMYK 0.000.830.14   0.07
XYZ46.164523.730558.6472
Yxy23.73050.35910.1846
Hunter Lab48.714083.9087-37.2800
CIE-Lab55.816983.4750-38.9045

#ec29cb color RGB value is (236,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101001 11001011
Octal 354 51 313
Decimal 236 41 203
Hex EC 29 CB

RGB Percentages of Color #ec29cb

%49.17
%8.54
%42.29

CMYK Percentages of Color #ec29cb

%0
%83
%14
%7

Triadic Colors of #ec29cb

#ec29cb #cbec29 #29cbec

Analogous Colors of #ec29cb

#ec29cb #ec296a #ac29ec

Monochromatic Colors of #ec29cb

#ec29cb

Complementary Color

#ec29cb #29ec4a

#ec29cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec29cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec29cb Color CSS Codes

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

#ec29cb Text Font Color

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

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


#ec29cb Background Color

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

This div background color is #ec29cb


#ec29cb Border Color

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

This div border color is #ec29cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec29cb


Comments

No comments written yet.

Please login to write comment.