Color Hex Logo

#ea11ed Color Hex

#EA11ED
(234,17,237)
0 Favorites   0 Comments

Color spaces of #ea11ed

RGB 23417237
HSL0.830.870.50
HSV299°93°93°
CMYK 0.010.930.00   0.07
XYZ49.418224.007782.1501
Yxy24.00770.31760.1543
Hunter Lab48.997794.2862-65.1080
CIE-Lab56.095591.2992-57.7706

#ea11ed color RGB value is (234,17,237).

#ea11ed hex color red value is 234, green value is 17 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea11ed hue: 0.83 , saturation: 0.87 and the lightness value of ea11ed is 0.50.

The process color (four color CMYK) of #ea11ed color hex is 0.01, 0.93, 0.00, 0.07. Web safe color of #ea11ed is #ff00ff. Color #ea11ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010001 11101101
Octal 352 21 355
Decimal 234 17 237
Hex EA 11 ED

RGB Percentages of Color #ea11ed

%47.95
%3.48
%48.57

CMYK Percentages of Color #ea11ed

%1
%93
%0
%7

Triadic Colors of #ea11ed

#ea11ed #edea11 #11edea

Analogous Colors of #ea11ed

#ea11ed #ed1182 #7c11ed

Monochromatic Colors of #ea11ed

#ea11ed

Complementary Color

#ea11ed #14ed11

#ea11ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea11ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea11ed Color CSS Codes

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

#ea11ed Text Font Color

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

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


#ea11ed Background Color

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

This div background color is #ea11ed


#ea11ed Border Color

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

This div border color is #ea11ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea11ed


Comments

No comments written yet.

Please login to write comment.