Color Hex Logo

#ea09cb Color Hex

#EA09CB
(234,9,203)
0 Favorites   0 Comments

Color spaces of #ea09cb

RGB 2349203
HSL0.860.930.48
HSV308°96°92°
CMYK 0.000.960.13   0.08
XYZ44.808921.999658.3846
Yxy21.99960.35790.1757
Hunter Lab46.903788.4462-40.9701
CIE-Lab54.026687.3067-41.7481

#ea09cb color RGB value is (234,9,203).

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

The process color (four color CMYK) of #ea09cb color hex is 0.00, 0.96, 0.13, 0.08. Web safe color of #ea09cb is #ff00cc. Color #ea09cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001001 11001011
Octal 352 11 313
Decimal 234 9 203
Hex EA 9 CB

RGB Percentages of Color #ea09cb

%52.47
%2.02
%45.52

CMYK Percentages of Color #ea09cb

%0
%96
%13
%8

Triadic Colors of #ea09cb

#ea09cb #cbea09 #09cbea

Analogous Colors of #ea09cb

#ea09cb #ea095a #9909ea

Monochromatic Colors of #ea09cb

#ea09cb

Complementary Color

#ea09cb #09ea28

#ea09cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea09cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea09cb Color CSS Codes

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

#ea09cb Text Font Color

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

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


#ea09cb Background Color

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

This div background color is #ea09cb


#ea09cb Border Color

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

This div border color is #ea09cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea09cb


Comments

No comments written yet.

Please login to write comment.