Color Hex Logo

#ea06ec Color Hex

#EA06EC
(234,6,236)
0 Favorites   0 Comments

Color spaces of #ea06ec

RGB 2346236
HSL0.830.950.47
HSV299°97°93°
CMYK 0.010.970.00   0.07
XYZ49.137123.678881.3375
Yxy23.67880.31880.1536
Hunter Lab48.660995.0904-65.0417
CIE-Lab55.764891.9610-57.7385

#ea06ec color RGB value is (234,6,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000110 11101100
Octal 352 6 354
Decimal 234 6 236
Hex EA 6 EC

RGB Percentages of Color #ea06ec

%49.16
%1.26
%49.58

CMYK Percentages of Color #ea06ec

%1
%97
%0
%7

Triadic Colors of #ea06ec

#ea06ec #ecea06 #06ecea

Analogous Colors of #ea06ec

#ea06ec #ec067b #7706ec

Monochromatic Colors of #ea06ec

#ea06ec

Complementary Color

#ea06ec #08ec06

#ea06ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea06ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea06ec Color CSS Codes

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

#ea06ec Text Font Color

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

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


#ea06ec Background Color

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

This div background color is #ea06ec


#ea06ec Border Color

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

This div border color is #ea06ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea06ec


Comments

No comments written yet.

Please login to write comment.