Color Hex Logo

#ea29cb Color Hex

#EA29CB
(234,41,203)
0 Favorites   0 Comments

Color spaces of #ea29cb

RGB 23441203
HSL0.860.820.54
HSV310°82°92°
CMYK 0.000.820.13   0.08
XYZ45.504123.390158.6163
Yxy23.39010.35690.1834
Hunter Lab48.363383.3114-38.0051
CIE-Lab55.471983.0791-39.4708

#ea29cb color RGB value is (234,41,203).

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

The process color (four color CMYK) of #ea29cb color hex is 0.00, 0.82, 0.13, 0.08. Web safe color of #ea29cb is #ff33cc. Color #ea29cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 11001011
Octal 352 51 313
Decimal 234 41 203
Hex EA 29 CB

RGB Percentages of Color #ea29cb

%48.95
%8.58
%42.47

CMYK Percentages of Color #ea29cb

%0
%82
%13
%8

Triadic Colors of #ea29cb

#ea29cb #cbea29 #29cbea

Analogous Colors of #ea29cb

#ea29cb #ea296b #a929ea

Monochromatic Colors of #ea29cb

#ea29cb

Complementary Color

#ea29cb #29ea48

#ea29cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea29cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea29cb Color CSS Codes

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

#ea29cb Text Font Color

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

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


#ea29cb Background Color

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

This div background color is #ea29cb


#ea29cb Border Color

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

This div border color is #ea29cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea29cb


Comments

No comments written yet.

Please login to write comment.