Color Hex Logo

#ea78cb Color Hex

#EA78CB
(234,120,203)
0 Favorites   0 Comments

Color spaces of #ea78cb

RGB 234120203
HSL0.880.730.69
HSV316°49°92°
CMYK 0.000.490.13   0.08
XYZ51.427635.237260.5908
Yxy35.23720.34920.2393
Hunter Lab59.360950.7626-18.9657
CIE-Lab65.932954.2736-23.2412

#ea78cb color RGB value is (234,120,203).

#ea78cb hex color red value is 234, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ea78cb hue: 0.88 , saturation: 0.73 and the lightness value of ea78cb is 0.69.

The process color (four color CMYK) of #ea78cb color hex is 0.00, 0.49, 0.13, 0.08. Web safe color of #ea78cb is #ff66cc. Color #ea78cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 11001011
Octal 352 170 313
Decimal 234 120 203
Hex EA 78 CB

RGB Percentages of Color #ea78cb

%42.01
%21.54
%36.45

CMYK Percentages of Color #ea78cb

%0
%49
%13
%8

Triadic Colors of #ea78cb

#ea78cb #cbea78 #78cbea

Analogous Colors of #ea78cb

#ea78cb #ea7892 #d078ea

Monochromatic Colors of #ea78cb

#ea78cb

Complementary Color

#ea78cb #78ea97

#ea78cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea78cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea78cb Color CSS Codes

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

#ea78cb Text Font Color

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

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


#ea78cb Background Color

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

This div background color is #ea78cb


#ea78cb Border Color

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

This div border color is #ea78cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea78cb


Comments

No comments written yet.

Please login to write comment.