Color Hex Logo

#ea6cea Color Hex

#EA6CEA
(234,108,234)
0 Favorites   0 Comments

Color spaces of #ea6cea

RGB 234108234
HSL0.830.750.67
HSV300°54°92°
CMYK 0.000.540.00   0.08
XYZ54.145534.158181.5813
Yxy34.15810.31870.2011
Hunter Lab58.444963.0902-41.8495
CIE-Lab65.087964.9707-41.8453

#ea6cea color RGB value is (234,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101100 11101010
Octal 352 154 352
Decimal 234 108 234
Hex EA 6C EA

RGB Percentages of Color #ea6cea

%40.63
%18.75
%40.63

CMYK Percentages of Color #ea6cea

%0
%54
%0
%8

Triadic Colors of #ea6cea

#ea6cea #eaea6c #6ceaea

Analogous Colors of #ea6cea

#ea6cea #ea6cab #ab6cea

Monochromatic Colors of #ea6cea

#ea6cea

Complementary Color

#ea6cea #6cea6c

#ea6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6cea Color CSS Codes

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

#ea6cea Text Font Color

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

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


#ea6cea Background Color

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

This div background color is #ea6cea


#ea6cea Border Color

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

This div border color is #ea6cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,108,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 #ea6cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6cea


Comments

No comments written yet.

Please login to write comment.