Color Hex Logo

#ea80ee Color Hex

#EA80EE
(234,128,238)
0 Favorites   0 Comments

Color spaces of #ea80ee

RGB 234128238
HSL0.830.760.72
HSV298°46°93°
CMYK 0.020.460.00   0.07
XYZ57.083539.103885.4281
Yxy39.10380.31430.2153
Hunter Lab62.533053.5116-37.2246
CIE-Lab68.826456.2216-38.2110

#ea80ee color RGB value is (234,128,238).

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

The process color (four color CMYK) of #ea80ee color hex is 0.02, 0.46, 0.00, 0.07. Web safe color of #ea80ee is #ff99ff. Color #ea80ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 11101110
Octal 352 200 356
Decimal 234 128 238
Hex EA 80 EE

RGB Percentages of Color #ea80ee

%39.00
%21.33
%39.67

CMYK Percentages of Color #ea80ee

%2
%46
%0
%7

Triadic Colors of #ea80ee

#ea80ee #eeea80 #80eeea

Analogous Colors of #ea80ee

#ea80ee #ee80bb #b380ee

Monochromatic Colors of #ea80ee

#ea80ee

Complementary Color

#ea80ee #84ee80

#ea80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea80ee Color CSS Codes

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

#ea80ee Text Font Color

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

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


#ea80ee Background Color

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

This div background color is #ea80ee


#ea80ee Border Color

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

This div border color is #ea80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea80ee


Comments

No comments written yet.

Please login to write comment.