Color Hex Logo

#e007ce Color Hex

#E007CE
(224,7,206)
0 Favorites   0 Comments

Color spaces of #e007ce

RGB 2247206
HSL0.850.940.45
HSV305°97°88°
CMYK 0.000.970.08   0.12
XYZ41.957020.455560.1294
Yxy20.45550.34240.1669
Hunter Lab45.227886.4428-47.1654
CIE-Lab52.348386.1031-46.2443

#e007ce color RGB value is (224,7,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000111 11001110
Octal 340 7 316
Decimal 224 7 206
Hex E0 7 CE

RGB Percentages of Color #e007ce

%51.26
%1.60
%47.14

CMYK Percentages of Color #e007ce

%0
%97
%8
%12

Triadic Colors of #e007ce

#e007ce #cee007 #07cee0

Analogous Colors of #e007ce

#e007ce #e00761 #8607e0

Monochromatic Colors of #e007ce

#e007ce

Complementary Color

#e007ce #07e019

#e007ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e007ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e007ce Color CSS Codes

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

#e007ce Text Font Color

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

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


#e007ce Background Color

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

This div background color is #e007ce


#e007ce Border Color

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

This div border color is #e007ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e007ce


Comments

No comments written yet.

Please login to write comment.