Color Hex Logo

#d982cd Color Hex

#D982CD
(217,130,205)
0 Favorites   0 Comments

Color spaces of #d982cd

RGB 217130205
HSL0.860.530.68
HSV308°40°85°
CMYK 0.000.400.06   0.15
XYZ47.617335.124862.0277
Yxy35.12480.32890.2426
Hunter Lab59.266239.6997-20.5663
CIE-Lab65.845744.3279-24.6819

#d982cd color RGB value is (217,130,205).

#d982cd hex color red value is 217, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d982cd hue: 0.86 , saturation: 0.53 and the lightness value of d982cd is 0.68.

The process color (four color CMYK) of #d982cd color hex is 0.00, 0.40, 0.06, 0.15. Web safe color of #d982cd is #cc99cc. Color #d982cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000010 11001101
Octal 331 202 315
Decimal 217 130 205
Hex D9 82 CD

RGB Percentages of Color #d982cd

%39.31
%23.55
%37.14

CMYK Percentages of Color #d982cd

%0
%40
%6
%15

Triadic Colors of #d982cd

#d982cd #cdd982 #82cdd9

Analogous Colors of #d982cd

#d982cd #d982a2 #ba82d9

Monochromatic Colors of #d982cd

#d982cd

Complementary Color

#d982cd #82d98e

#d982cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d982cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d982cd Color CSS Codes

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

#d982cd Text Font Color

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

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


#d982cd Background Color

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

This div background color is #d982cd


#d982cd Border Color

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

This div border color is #d982cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d982cd


Comments

No comments written yet.

Please login to write comment.