Color Hex Logo

#ea79ed Color Hex

#EA79ED
(234,121,237)
0 Favorites   0 Comments

Color spaces of #ea79ed

RGB 234121237
HSL0.830.760.70
HSV298°49°93°
CMYK 0.010.490.00   0.07
XYZ56.055137.281684.3624
Yxy37.28160.31540.2098
Hunter Lab61.058757.0198-39.1776
CIE-Lab67.487859.4429-39.7487

#ea79ed color RGB value is (234,121,237).

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

The process color (four color CMYK) of #ea79ed color hex is 0.01, 0.49, 0.00, 0.07. Web safe color of #ea79ed is #ff66ff. Color #ea79ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 11101101
Octal 352 171 355
Decimal 234 121 237
Hex EA 79 ED

RGB Percentages of Color #ea79ed

%39.53
%20.44
%40.03

CMYK Percentages of Color #ea79ed

%1
%49
%0
%7

Triadic Colors of #ea79ed

#ea79ed #edea79 #79edea

Analogous Colors of #ea79ed

#ea79ed #ed79b6 #b079ed

Monochromatic Colors of #ea79ed

#ea79ed

Complementary Color

#ea79ed #7ced79

#ea79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea79ed Color CSS Codes

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

#ea79ed Text Font Color

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

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


#ea79ed Background Color

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

This div background color is #ea79ed


#ea79ed Border Color

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

This div border color is #ea79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea79ed


Comments

No comments written yet.

Please login to write comment.