Color Hex Logo

#ea79cd Color Hex

#EA79CD
(234,121,205)
0 Favorites   0 Comments

Color spaces of #ea79cd

RGB 234121205
HSL0.880.730.70
HSV315°48°92°
CMYK 0.000.480.12   0.08
XYZ51.788535.574961.8947
Yxy35.57490.34700.2383
Hunter Lab59.644750.6104-19.7753
CIE-Lab66.193854.0999-23.9631

#ea79cd color RGB value is (234,121,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11001101
Octal 352 171 315
Decimal 234 121 205
Hex EA 79 CD

RGB Percentages of Color #ea79cd

%41.79
%21.61
%36.61

CMYK Percentages of Color #ea79cd

%0
%48
%12
%8

Triadic Colors of #ea79cd

#ea79cd #cdea79 #79cdea

Analogous Colors of #ea79cd

#ea79cd #ea7995 #cf79ea

Monochromatic Colors of #ea79cd

#ea79cd

Complementary Color

#ea79cd #79ea96

#ea79cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79cd Color CSS Codes

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

#ea79cd Text Font Color

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

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


#ea79cd Background Color

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

This div background color is #ea79cd


#ea79cd Border Color

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

This div border color is #ea79cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,121,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea79cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79cd


Comments

No comments written yet.

Please login to write comment.