Color Hex Logo

#e501cf Color Hex

#E501CF
(229,1,207)
0 Favorites   0 Comments

Color spaces of #e501cf

RGB 2291207
HSL0.850.990.45
HSV306°100°90°
CMYK 0.001.000.10   0.10
XYZ43.586421.184760.8233
Yxy21.18470.34700.1687
Hunter Lab46.026888.4886-46.1314
CIE-Lab53.151087.5090-45.4891

#e501cf color RGB value is (229,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 11001111
Octal 345 1 317
Decimal 229 1 207
Hex E5 1 CF

RGB Percentages of Color #e501cf

%52.40
%0.23
%47.37

CMYK Percentages of Color #e501cf

%0
%100
%10
%10

Triadic Colors of #e501cf

#e501cf #cfe501 #01cfe5

Analogous Colors of #e501cf

#e501cf #e5015d #8901e5

Monochromatic Colors of #e501cf

#e501cf

Complementary Color

#e501cf #01e517

#e501cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e501cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e501cf Color CSS Codes

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

#e501cf Text Font Color

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

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


#e501cf Background Color

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

This div background color is #e501cf


#e501cf Border Color

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

This div border color is #e501cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e501cf


Comments

No comments written yet.

Please login to write comment.