Color Hex Logo

#d717cd Color Hex

#D717CD
(215,23,205)
0 Favorites   0 Comments

Color spaces of #d717cd

RGB 21523205
HSL0.840.810.47
HSV303°89°84°
CMYK 0.000.890.05   0.16
XYZ39.350219.467659.4413
Yxy19.46760.33270.1646
Hunter Lab44.122181.9811-48.9900
CIE-Lab51.229882.8705-47.5444

#d717cd color RGB value is (215,23,205).

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

The process color (four color CMYK) of #d717cd color hex is 0.00, 0.89, 0.05, 0.16. Web safe color of #d717cd is #cc00cc. Color #d717cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11001101
Octal 327 27 315
Decimal 215 23 205
Hex D7 17 CD

RGB Percentages of Color #d717cd

%48.53
%5.19
%46.28

CMYK Percentages of Color #d717cd

%0
%89
%5
%16

Triadic Colors of #d717cd

#d717cd #cdd717 #17cdd7

Analogous Colors of #d717cd

#d717cd #d7176d #8117d7

Monochromatic Colors of #d717cd

#d717cd

Complementary Color

#d717cd #17d721

#d717cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717cd Color CSS Codes

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

#d717cd Text Font Color

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

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


#d717cd Background Color

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

This div background color is #d717cd


#d717cd Border Color

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

This div border color is #d717cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717cd


Comments

No comments written yet.

Please login to write comment.