Color Hex Logo

#e600cf Color Hex

#E600CF
(230,0,207)
0 Favorites   0 Comments

Color spaces of #e600cf

RGB 2300207
HSL0.851.000.45
HSV306°100°90°
CMYK 0.001.000.10   0.10
XYZ43.895621.328060.8346
Yxy21.32800.34820.1692
Hunter Lab46.182288.8429-45.7735
CIE-Lab53.306687.7480-45.2311

#e600cf color RGB value is (230,0,207).

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

The process color (four color CMYK) of #e600cf color hex is 0.00, 1.00, 0.10, 0.10. Web safe color of #e600cf is #ff00cc. Color #e600cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000000 11001111
Octal 346 0 317
Decimal 230 0 207
Hex E6 0 CF

RGB Percentages of Color #e600cf

%52.63
%0.00
%47.37

CMYK Percentages of Color #e600cf

%0
%100
%10
%10

Triadic Colors of #e600cf

#e600cf #cfe600 #00cfe6

Analogous Colors of #e600cf

#e600cf #e6005c #8a00e6

Monochromatic Colors of #e600cf

#e600cf

Complementary Color

#e600cf #00e617

#e600cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e600cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e600cf Color CSS Codes

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

#e600cf Text Font Color

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

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


#e600cf Background Color

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

This div background color is #e600cf


#e600cf Border Color

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

This div border color is #e600cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e600cf


Comments

No comments written yet.

Please login to write comment.