Color Hex Logo

#d972e0 Color Hex

#D972E0
(217,114,224)
0 Favorites   0 Comments

Color spaces of #d972e0

RGB 217114224
HSL0.820.640.66
HSV296°49°88°
CMYK 0.030.490.00   0.12
XYZ48.087132.168274.1956
Yxy32.16820.31130.2083
Hunter Lab56.717052.0851-37.8596
CIE-Lab63.481755.8196-38.9586

#d972e0 color RGB value is (217,114,224).

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

The process color (four color CMYK) of #d972e0 color hex is 0.03, 0.49, 0.00, 0.12. Web safe color of #d972e0 is #cc66cc. Color #d972e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 11100000
Octal 331 162 340
Decimal 217 114 224
Hex D9 72 E0

RGB Percentages of Color #d972e0

%39.10
%20.54
%40.36

CMYK Percentages of Color #d972e0

%3
%49
%0
%12

Triadic Colors of #d972e0

#d972e0 #e0d972 #72e0d9

Analogous Colors of #d972e0

#d972e0 #e072b0 #a272e0

Monochromatic Colors of #d972e0

#d972e0

Complementary Color

#d972e0 #79e072

#d972e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d972e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d972e0 Color CSS Codes

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

#d972e0 Text Font Color

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

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


#d972e0 Background Color

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

This div background color is #d972e0


#d972e0 Border Color

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

This div border color is #d972e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d972e0


Comments

No comments written yet.

Please login to write comment.