Color Hex Logo

#ea6fea Color Hex

#EA6FEA
(234,111,234)
0 Favorites   0 Comments

Color spaces of #ea6fea

RGB 234111234
HSL0.830.750.68
HSV300°53°92°
CMYK 0.000.530.00   0.08
XYZ54.467434.801881.6886
Yxy34.80180.31860.2036
Hunter Lab58.993161.5685-40.8047
CIE-Lab65.594163.6086-41.0522

#ea6fea color RGB value is (234,111,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101111 11101010
Octal 352 157 352
Decimal 234 111 234
Hex EA 6F EA

RGB Percentages of Color #ea6fea

%40.41
%19.17
%40.41

CMYK Percentages of Color #ea6fea

%0
%53
%0
%8

Triadic Colors of #ea6fea

#ea6fea #eaea6f #6feaea

Analogous Colors of #ea6fea

#ea6fea #ea6fad #ad6fea

Monochromatic Colors of #ea6fea

#ea6fea

Complementary Color

#ea6fea #6fea6f

#ea6fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6fea Color CSS Codes

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

#ea6fea Text Font Color

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

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


#ea6fea Background Color

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

This div background color is #ea6fea


#ea6fea Border Color

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

This div border color is #ea6fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6fea


Comments

No comments written yet.

Please login to write comment.