Color Hex Logo

#e510cd Color Hex

#E510CD
(229,16,205)
0 Favorites   0 Comments

Color spaces of #e510cd

RGB 22916205
HSL0.850.870.48
HSV307°93°90°
CMYK 0.000.930.10   0.10
XYZ43.517821.436459.6016
Yxy21.43640.34940.1721
Hunter Lab46.299586.7517-43.9148
CIE-Lab53.423886.1308-43.9085

#e510cd color RGB value is (229,16,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 11001101
Octal 345 20 315
Decimal 229 16 205
Hex E5 10 CD

RGB Percentages of Color #e510cd

%50.89
%3.56
%45.56

CMYK Percentages of Color #e510cd

%0
%93
%10
%10

Triadic Colors of #e510cd

#e510cd #cde510 #10cde5

Analogous Colors of #e510cd

#e510cd #e51062 #9310e5

Monochromatic Colors of #e510cd

#e510cd

Complementary Color

#e510cd #10e528

#e510cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510cd Color CSS Codes

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

#e510cd Text Font Color

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

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


#e510cd Background Color

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

This div background color is #e510cd


#e510cd Border Color

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

This div border color is #e510cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,16,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510cd


Comments

No comments written yet.

Please login to write comment.