Color Hex Logo

#d971cd Color Hex

#D971CD
(217,113,205)
0 Favorites   0 Comments

Color spaces of #d971cd

RGB 217113205
HSL0.850.580.65
HSV307°48°85°
CMYK 0.000.480.06   0.15
XYZ45.539830.969761.3352
Yxy30.96970.33040.2247
Hunter Lab55.650448.6817-26.3913
CIE-Lab62.482052.9652-29.8620

#d971cd color RGB value is (217,113,205).

#d971cd hex color red value is 217, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d971cd hue: 0.85 , saturation: 0.58 and the lightness value of d971cd is 0.65.

The process color (four color CMYK) of #d971cd color hex is 0.00, 0.48, 0.06, 0.15. Web safe color of #d971cd is #cc66cc. Color #d971cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110001 11001101
Octal 331 161 315
Decimal 217 113 205
Hex D9 71 CD

RGB Percentages of Color #d971cd

%40.56
%21.12
%38.32

CMYK Percentages of Color #d971cd

%0
%48
%6
%15

Triadic Colors of #d971cd

#d971cd #cdd971 #71cdd9

Analogous Colors of #d971cd

#d971cd #d97199 #b171d9

Monochromatic Colors of #d971cd

#d971cd

Complementary Color

#d971cd #71d97d

#d971cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d971cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d971cd Color CSS Codes

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

#d971cd Text Font Color

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

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


#d971cd Background Color

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

This div background color is #d971cd


#d971cd Border Color

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

This div border color is #d971cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d971cd


Comments

No comments written yet.

Please login to write comment.