Color Hex Logo

#e000cf Color Hex

#E000CF
(224,0,207)
0 Favorites   0 Comments

Color spaces of #e000cf

RGB 2240207
HSL0.851.000.44
HSV305°100°88°
CMYK 0.001.000.08   0.12
XYZ42.003020.352360.7461
Yxy20.35230.34120.1653
Hunter Lab45.113587.2440-48.2555
CIE-Lab52.233286.7384-47.0019

#e000cf color RGB value is (224,0,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 11001111
Octal 340 0 317
Decimal 224 0 207
Hex E0 0 CF

RGB Percentages of Color #e000cf

%51.97
%0.00
%48.03

CMYK Percentages of Color #e000cf

%0
%100
%8
%12

Triadic Colors of #e000cf

#e000cf #cfe000 #00cfe0

Analogous Colors of #e000cf

#e000cf #e0005f #8100e0

Monochromatic Colors of #e000cf

#e000cf

Complementary Color

#e000cf #00e011

#e000cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e000cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e000cf Color CSS Codes

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

#e000cf Text Font Color

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

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


#e000cf Background Color

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

This div background color is #e000cf


#e000cf Border Color

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

This div border color is #e000cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e000cf


Comments

No comments written yet.

Please login to write comment.