Color Hex Logo

#ea76ef Color Hex

#EA76EF
(234,118,239)
0 Favorites   0 Comments

Color spaces of #ea76ef

RGB 234118239
HSL0.830.790.70
HSV298°51°94°
CMYK 0.020.510.00   0.06
XYZ55.990136.681385.7905
Yxy36.68130.31370.2055
Hunter Lab60.565159.0275-41.5888
CIE-Lab67.037261.2226-41.5562

#ea76ef color RGB value is (234,118,239).

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

The process color (four color CMYK) of #ea76ef color hex is 0.02, 0.51, 0.00, 0.06. Web safe color of #ea76ef is #ff66ff. Color #ea76ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 11101111
Octal 352 166 357
Decimal 234 118 239
Hex EA 76 EF

RGB Percentages of Color #ea76ef

%39.59
%19.97
%40.44

CMYK Percentages of Color #ea76ef

%2
%51
%0
%6

Triadic Colors of #ea76ef

#ea76ef #efea76 #76efea

Analogous Colors of #ea76ef

#ea76ef #ef76b8 #ae76ef

Monochromatic Colors of #ea76ef

#ea76ef

Complementary Color

#ea76ef #7bef76

#ea76ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea76ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea76ef Color CSS Codes

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

#ea76ef Text Font Color

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

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


#ea76ef Background Color

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

This div background color is #ea76ef


#ea76ef Border Color

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

This div border color is #ea76ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea76ef


Comments

No comments written yet.

Please login to write comment.