Color Hex Logo

#ea79cb Color Hex

#EA79CB
(234,121,203)
0 Favorites   0 Comments

Color spaces of #ea79cb

RGB 234121203
HSL0.880.730.70
HSV316°48°92°
CMYK 0.000.480.13   0.08
XYZ51.548535.479060.6311
Yxy35.47900.34910.2403
Hunter Lab59.564350.2412-18.6570
CIE-Lab66.119953.7867-22.9553

#ea79cb color RGB value is (234,121,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11001011
Octal 352 171 313
Decimal 234 121 203
Hex EA 79 CB

RGB Percentages of Color #ea79cb

%41.94
%21.68
%36.38

CMYK Percentages of Color #ea79cb

%0
%48
%13
%8

Triadic Colors of #ea79cb

#ea79cb #cbea79 #79cbea

Analogous Colors of #ea79cb

#ea79cb #ea7993 #d179ea

Monochromatic Colors of #ea79cb

#ea79cb

Complementary Color

#ea79cb #79ea98

#ea79cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79cb Color CSS Codes

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

#ea79cb Text Font Color

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

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


#ea79cb Background Color

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

This div background color is #ea79cb


#ea79cb Border Color

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

This div border color is #ea79cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79cb


Comments

No comments written yet.

Please login to write comment.