Color Hex Logo

#d972de Color Hex

#D972DE
(217,114,222)
0 Favorites   0 Comments

Color spaces of #d972de

RGB 217114222
HSL0.830.620.66
HSV297°49°87°
CMYK 0.020.490.00   0.13
XYZ47.817432.060372.7752
Yxy32.06030.31320.2100
Hunter Lab56.621851.6559-36.5693
CIE-Lab63.392755.4568-37.9817

#d972de color RGB value is (217,114,222).

#d972de hex color red value is 217, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d972de hue: 0.83 , saturation: 0.62 and the lightness value of d972de is 0.66.

The process color (four color CMYK) of #d972de color hex is 0.02, 0.49, 0.00, 0.13. Web safe color of #d972de is #cc66cc. Color #d972de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 11011110
Octal 331 162 336
Decimal 217 114 222
Hex D9 72 DE

RGB Percentages of Color #d972de

%39.24
%20.61
%40.14

CMYK Percentages of Color #d972de

%2
%49
%0
%13

Triadic Colors of #d972de

#d972de #ded972 #72ded9

Analogous Colors of #d972de

#d972de #de72ad #a372de

Monochromatic Colors of #d972de

#d972de

Complementary Color

#d972de #77de72

#d972de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d972de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d972de Color CSS Codes

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

#d972de Text Font Color

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

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


#d972de Background Color

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

This div background color is #d972de


#d972de Border Color

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

This div border color is #d972de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,114,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d972de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d972de


Comments

No comments written yet.

Please login to write comment.