Color Hex Logo

#e007cf Color Hex

#E007CF
(224,7,207)
0 Favorites   0 Comments

Color spaces of #e007cf

RGB 2247207
HSL0.850.940.45
HSV305°97°88°
CMYK 0.000.970.08   0.12
XYZ42.078920.504260.7714
Yxy20.50420.34110.1662
Hunter Lab45.281686.6324-47.8747
CIE-Lab52.402586.2378-46.7328

#e007cf color RGB value is (224,7,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000111 11001111
Octal 340 7 317
Decimal 224 7 207
Hex E0 7 CF

RGB Percentages of Color #e007cf

%51.14
%1.60
%47.26

CMYK Percentages of Color #e007cf

%0
%97
%8
%12

Triadic Colors of #e007cf

#e007cf #cfe007 #07cfe0

Analogous Colors of #e007cf

#e007cf #e00762 #8507e0

Monochromatic Colors of #e007cf

#e007cf

Complementary Color

#e007cf #07e018

#e007cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e007cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e007cf Color CSS Codes

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

#e007cf Text Font Color

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

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


#e007cf Background Color

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

This div background color is #e007cf


#e007cf Border Color

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

This div border color is #e007cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,7,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e007cf


Comments

No comments written yet.

Please login to write comment.