Color Hex Logo

#d717cf Color Hex

#D717CF
(215,23,207)
0 Favorites   0 Comments

Color spaces of #d717cf

RGB 21523207
HSL0.840.810.47
HSV303°89°84°
CMYK 0.000.890.04   0.16
XYZ39.593219.564960.7211
Yxy19.56490.33030.1632
Hunter Lab44.232282.3727-50.4295
CIE-Lab51.341783.1540-48.5164

#d717cf color RGB value is (215,23,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 11001111
Octal 327 27 317
Decimal 215 23 207
Hex D7 17 CF

RGB Percentages of Color #d717cf

%48.31
%5.17
%46.52

CMYK Percentages of Color #d717cf

%0
%89
%4
%16

Triadic Colors of #d717cf

#d717cf #cfd717 #17cfd7

Analogous Colors of #d717cf

#d717cf #d7176f #7f17d7

Monochromatic Colors of #d717cf

#d717cf

Complementary Color

#d717cf #17d71f

#d717cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d717cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d717cf Color CSS Codes

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

#d717cf Text Font Color

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

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


#d717cf Background Color

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

This div background color is #d717cf


#d717cf Border Color

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

This div border color is #d717cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d717cf


Comments

No comments written yet.

Please login to write comment.