Color Hex Logo

#d962cd Color Hex

#D962CD
(217,98,205)
0 Favorites   0 Comments

Color spaces of #d962cd

RGB 21798205
HSL0.850.610.62
HSV306°55°85°
CMYK 0.000.550.06   0.15
XYZ44.002427.894960.8227
Yxy27.89490.33150.2102
Hunter Lab52.815656.2868-31.3077
CIE-Lab59.793760.0998-34.0358

#d962cd color RGB value is (217,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 11001101
Octal 331 142 315
Decimal 217 98 205
Hex D9 62 CD

RGB Percentages of Color #d962cd

%41.73
%18.85
%39.42

CMYK Percentages of Color #d962cd

%0
%55
%6
%15

Triadic Colors of #d962cd

#d962cd #cdd962 #62cdd9

Analogous Colors of #d962cd

#d962cd #d96292 #aa62d9

Monochromatic Colors of #d962cd

#d962cd

Complementary Color

#d962cd #62d96e

#d962cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d962cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d962cd Color CSS Codes

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

#d962cd Text Font Color

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

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


#d962cd Background Color

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

This div background color is #d962cd


#d962cd Border Color

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

This div border color is #d962cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d962cd


Comments

No comments written yet.

Please login to write comment.