Color Hex Logo

#ea07ce Color Hex

#EA07CE
(234,7,206)
0 Favorites   0 Comments

Color spaces of #ea07ce

RGB 2347206
HSL0.850.940.47
HSV307°97°92°
CMYK 0.000.970.12   0.08
XYZ45.148222.100660.2788
Yxy22.10060.35400.1733
Hunter Lab47.011389.1562-43.1149
CIE-Lab54.133687.8253-43.3021

#ea07ce color RGB value is (234,7,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 11001110
Octal 352 7 316
Decimal 234 7 206
Hex EA 7 CE

RGB Percentages of Color #ea07ce

%52.35
%1.57
%46.09

CMYK Percentages of Color #ea07ce

%0
%97
%12
%8

Triadic Colors of #ea07ce

#ea07ce #ceea07 #07ceea

Analogous Colors of #ea07ce

#ea07ce #ea075d #9507ea

Monochromatic Colors of #ea07ce

#ea07ce

Complementary Color

#ea07ce #07ea23

#ea07ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea07ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea07ce Color CSS Codes

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

#ea07ce Text Font Color

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

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


#ea07ce Background Color

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

This div background color is #ea07ce


#ea07ce Border Color

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

This div border color is #ea07ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea07ce


Comments

No comments written yet.

Please login to write comment.