Color Hex Logo

#ea0cce Color Hex

#EA0CCE
(234,12,206)
0 Favorites   0 Comments

Color spaces of #ea0cce

RGB 23412206
HSL0.850.900.48
HSV308°95°92°
CMYK 0.000.950.12   0.08
XYZ45.203722.211660.2973
Yxy22.21160.35390.1739
Hunter Lab47.129288.7312-42.8655
CIE-Lab54.250887.4798-43.1168

#ea0cce color RGB value is (234,12,206).

#ea0cce hex color red value is 234, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea0cce hue: 0.85 , saturation: 0.90 and the lightness value of ea0cce is 0.48.

The process color (four color CMYK) of #ea0cce color hex is 0.00, 0.95, 0.12, 0.08. Web safe color of #ea0cce is #ff00cc. Color #ea0cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001100 11001110
Octal 352 14 316
Decimal 234 12 206
Hex EA C CE

RGB Percentages of Color #ea0cce

%51.77
%2.65
%45.58

CMYK Percentages of Color #ea0cce

%0
%95
%12
%8

Triadic Colors of #ea0cce

#ea0cce #ceea0c #0cceea

Analogous Colors of #ea0cce

#ea0cce #ea0c5f #970cea

Monochromatic Colors of #ea0cce

#ea0cce

Complementary Color

#ea0cce #0cea28

#ea0cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0cce Color CSS Codes

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

#ea0cce Text Font Color

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

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


#ea0cce Background Color

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

This div background color is #ea0cce


#ea0cce Border Color

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

This div border color is #ea0cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0cce


Comments

No comments written yet.

Please login to write comment.