Color Hex Logo

#d872da Color Hex

#D872DA
(216,114,218)
0 Favorites   0 Comments

Color spaces of #d872da

RGB 216114218
HSL0.830.580.65
HSV299°48°85°
CMYK 0.010.480.00   0.15
XYZ46.991131.695569.9708
Yxy31.69550.31610.2132
Hunter Lab56.298850.4665-34.2793
CIE-Lab63.090454.4558-36.2272

#d872da color RGB value is (216,114,218).

#d872da hex color red value is 216, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d872da hue: 0.83 , saturation: 0.58 and the lightness value of d872da is 0.65.

The process color (four color CMYK) of #d872da color hex is 0.01, 0.48, 0.00, 0.15. Web safe color of #d872da is #cc66cc. Color #d872da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 11011010
Octal 330 162 332
Decimal 216 114 218
Hex D8 72 DA

RGB Percentages of Color #d872da

%39.42
%20.80
%39.78

CMYK Percentages of Color #d872da

%1
%48
%0
%15

Triadic Colors of #d872da

#d872da #dad872 #72dad8

Analogous Colors of #d872da

#d872da #da72a8 #a472da

Monochromatic Colors of #d872da

#d872da

Complementary Color

#d872da #74da72

#d872da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d872da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d872da Color CSS Codes

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

#d872da Text Font Color

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

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


#d872da Background Color

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

This div background color is #d872da


#d872da Border Color

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

This div border color is #d872da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d872da


Comments

No comments written yet.

Please login to write comment.