Color Hex Logo

#ea79db Color Hex

#EA79DB
(234,121,219)
0 Favorites   0 Comments

Color spaces of #ea79db

RGB 234121219
HSL0.860.730.70
HSV308°48°92°
CMYK 0.000.480.06   0.08
XYZ53.555236.281671.1982
Yxy36.28160.33260.2253
Hunter Lab60.234253.2973-27.9182
CIE-Lab66.734556.3613-30.9476

#ea79db color RGB value is (234,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11011011
Octal 352 171 333
Decimal 234 121 219
Hex EA 79 DB

RGB Percentages of Color #ea79db

%40.77
%21.08
%38.15

CMYK Percentages of Color #ea79db

%0
%48
%6
%8

Triadic Colors of #ea79db

#ea79db #dbea79 #79dbea

Analogous Colors of #ea79db

#ea79db #ea79a3 #c179ea

Monochromatic Colors of #ea79db

#ea79db

Complementary Color

#ea79db #79ea88

#ea79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79db Color CSS Codes

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

#ea79db Text Font Color

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

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


#ea79db Background Color

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

This div background color is #ea79db


#ea79db Border Color

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

This div border color is #ea79db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79db


Comments

No comments written yet.

Please login to write comment.