Color Hex Logo

#ea6aea Color Hex

#EA6AEA
(234,106,234)
0 Favorites   0 Comments

Color spaces of #ea6aea

RGB 234106234
HSL0.830.750.67
HSV300°55°92°
CMYK 0.000.550.00   0.08
XYZ53.937033.741081.5118
Yxy33.74100.31880.1994
Hunter Lab58.087064.0949-42.5390
CIE-Lab64.756565.8665-42.3651

#ea6aea color RGB value is (234,106,234).

#ea6aea hex color red value is 234, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ea6aea hue: 0.83 , saturation: 0.75 and the lightness value of ea6aea is 0.67.

The process color (four color CMYK) of #ea6aea color hex is 0.00, 0.55, 0.00, 0.08. Web safe color of #ea6aea is #ff66ff. Color #ea6aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 11101010
Octal 352 152 352
Decimal 234 106 234
Hex EA 6A EA

RGB Percentages of Color #ea6aea

%40.77
%18.47
%40.77

CMYK Percentages of Color #ea6aea

%0
%55
%0
%8

Triadic Colors of #ea6aea

#ea6aea #eaea6a #6aeaea

Analogous Colors of #ea6aea

#ea6aea #ea6aaa #aa6aea

Monochromatic Colors of #ea6aea

#ea6aea

Complementary Color

#ea6aea #6aea6a

#ea6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6aea Color CSS Codes

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

#ea6aea Text Font Color

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

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


#ea6aea Background Color

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

This div background color is #ea6aea


#ea6aea Border Color

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

This div border color is #ea6aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6aea


Comments

No comments written yet.

Please login to write comment.