Color Hex Logo

#e510cf Color Hex

#E510CF
(229,16,207)
0 Favorites   0 Comments

Color spaces of #e510cf

RGB 22916207
HSL0.850.870.48
HSV306°93°90°
CMYK 0.000.930.10   0.10
XYZ43.760921.533660.8814
Yxy21.53360.34680.1707
Hunter Lab46.404387.1242-45.3041
CIE-Lab53.528686.3954-44.8906

#e510cf color RGB value is (229,16,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 11001111
Octal 345 20 317
Decimal 229 16 207
Hex E5 10 CF

RGB Percentages of Color #e510cf

%50.66
%3.54
%45.80

CMYK Percentages of Color #e510cf

%0
%93
%10
%10

Triadic Colors of #e510cf

#e510cf #cfe510 #10cfe5

Analogous Colors of #e510cf

#e510cf #e51065 #9110e5

Monochromatic Colors of #e510cf

#e510cf

Complementary Color

#e510cf #10e526

#e510cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510cf Color CSS Codes

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

#e510cf Text Font Color

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

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


#e510cf Background Color

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

This div background color is #e510cf


#e510cf Border Color

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

This div border color is #e510cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510cf


Comments

No comments written yet.

Please login to write comment.