Color Hex Logo

#d017cd Color Hex

#D017CD
(208,23,205)
0 Favorites   0 Comments

Color spaces of #d017cd

RGB 20823205
HSL0.840.800.45
HSV301°89°82°
CMYK 0.000.890.01   0.18
XYZ37.338318.430559.3471
Yxy18.43050.32440.1601
Hunter Lab42.930880.1185-51.9104
CIE-Lab50.014181.6481-49.5541

#d017cd color RGB value is (208,23,205).

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

The process color (four color CMYK) of #d017cd color hex is 0.00, 0.89, 0.01, 0.18. Web safe color of #d017cd is #cc00cc. Color #d017cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010111 11001101
Octal 320 27 315
Decimal 208 23 205
Hex D0 17 CD

RGB Percentages of Color #d017cd

%47.71
%5.28
%47.02

CMYK Percentages of Color #d017cd

%0
%89
%1
%18

Triadic Colors of #d017cd

#d017cd #cdd017 #17cdd0

Analogous Colors of #d017cd

#d017cd #d01771 #7717d0

Monochromatic Colors of #d017cd

#d017cd

Complementary Color

#d017cd #17d01a

#d017cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d017cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d017cd Color CSS Codes

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

#d017cd Text Font Color

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

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


#d017cd Background Color

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

This div background color is #d017cd


#d017cd Border Color

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

This div border color is #d017cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d017cd


Comments

No comments written yet.

Please login to write comment.