Color Hex Logo

#d510cd Color Hex

#D510CD
(213,16,205)
0 Favorites   0 Comments

Color spaces of #d510cd

RGB 21316205
HSL0.840.860.45
HSV302°92°84°
CMYK 0.000.920.04   0.16
XYZ38.645318.924559.3736
Yxy18.92450.33050.1618
Hunter Lab43.502382.4416-50.4696
CIE-Lab50.598883.3521-48.5704

#d510cd color RGB value is (213,16,205).

#d510cd hex color red value is 213, green value is 16 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d510cd hue: 0.84 , saturation: 0.86 and the lightness value of d510cd is 0.45.

The process color (four color CMYK) of #d510cd color hex is 0.00, 0.92, 0.04, 0.16. Web safe color of #d510cd is #cc00cc. Color #d510cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010000 11001101
Octal 325 20 315
Decimal 213 16 205
Hex D5 10 CD

RGB Percentages of Color #d510cd

%49.08
%3.69
%47.24

CMYK Percentages of Color #d510cd

%0
%92
%4
%16

Triadic Colors of #d510cd

#d510cd #cdd510 #10cdd5

Analogous Colors of #d510cd

#d510cd #d5106b #7b10d5

Monochromatic Colors of #d510cd

#d510cd

Complementary Color

#d510cd #10d518

#d510cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d510cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d510cd Color CSS Codes

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

#d510cd Text Font Color

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

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


#d510cd Background Color

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

This div background color is #d510cd


#d510cd Border Color

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

This div border color is #d510cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d510cd


Comments

No comments written yet.

Please login to write comment.