Color Hex Logo

#ea00ec Color Hex

#EA00EC
(234,0,236)
0 Favorites   0 Comments

Color spaces of #ea00ec

RGB 2340236
HSL0.831.000.46
HSV299°100°93°
CMYK 0.011.000.00   0.07
XYZ49.072023.548681.3158
Yxy23.54860.31880.1530
Hunter Lab48.526995.5830-65.3825
CIE-Lab55.633092.3517-57.9496

#ea00ec color RGB value is (234,0,236).

#ea00ec hex color red value is 234, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ea00ec hue: 0.83 , saturation: 1.00 and the lightness value of ea00ec is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000000 11101100
Octal 352 0 354
Decimal 234 0 236
Hex EA 0 EC

RGB Percentages of Color #ea00ec

%49.79
%0.00
%50.21

CMYK Percentages of Color #ea00ec

%1
%100
%0
%7

Triadic Colors of #ea00ec

#ea00ec #ecea00 #00ecea

Analogous Colors of #ea00ec

#ea00ec #ec0078 #7400ec

Monochromatic Colors of #ea00ec

#ea00ec

Complementary Color

#ea00ec #02ec00

#ea00ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea00ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea00ec Color CSS Codes

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

#ea00ec Text Font Color

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

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


#ea00ec Background Color

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

This div background color is #ea00ec


#ea00ec Border Color

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

This div border color is #ea00ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea00ec

#ea00ec Color Palettes


Comments

No comments written yet.

Please login to write comment.