Color Hex Logo

#d872be Color Hex

#D872BE
(216,114,190)
0 Favorites   0 Comments

Color spaces of #d872be

RGB 216114190
HSL0.880.570.65
HSV315°47°85°
CMYK 0.000.470.12   0.15
XYZ43.630530.351352.2740
Yxy30.35130.34560.2404
Hunter Lab55.092044.9533-17.6928
CIE-Lab61.956249.6859-22.1977

#d872be color RGB value is (216,114,190).

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

The process color (four color CMYK) of #d872be color hex is 0.00, 0.47, 0.12, 0.15. Web safe color of #d872be is #cc66cc. Color #d872be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 10111110
Octal 330 162 276
Decimal 216 114 190
Hex D8 72 BE

RGB Percentages of Color #d872be

%41.54
%21.92
%36.54

CMYK Percentages of Color #d872be

%0
%47
%12
%15

Triadic Colors of #d872be

#d872be #bed872 #72bed8

Analogous Colors of #d872be

#d872be #d8728b #bf72d8

Monochromatic Colors of #d872be

#d872be

Complementary Color

#d872be #72d88c

#d872be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d872be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d872be Color CSS Codes

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

#d872be Text Font Color

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

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


#d872be Background Color

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

This div background color is #d872be


#d872be Border Color

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

This div border color is #d872be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d872be


Comments

No comments written yet.

Please login to write comment.