color codes Logo

#d892cf color codes

#D892CF
(216,146,207)
0 Favorites   0 Comments

Color spaces of #d892cf

RGB 216146207
HSL0.850.470.71
HSV308°32°85°
CMYK 0.000.320.04   0.15
XYZ49.860339.661764.0590
Yxy39.66170.32470.2582
Hunter Lab62.977531.1106-16.2239
CIE-Lab69.227935.8894-20.6409

#d892cf color RGB value is (216,146,207).

#d892cf hex color red value is 216, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d892cf hue: 0.85 , saturation: 0.47 and the lightness value of d892cf is 0.71.

The process color (four color CMYK) of #d892cf color code is 0.00, 0.32, 0.04, 0.15. Web safe color of #d892cf is #cc99cc. Color #d892cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010010 11001111
Octal 330 222 317
Decimal 216 146 207
Hex D8 92 CF

RGB Percentages of Color #d892cf

%37.96
%25.66
%36.38

CMYK Percentages of Color #d892cf

%0
%32
%4
%15

Triadic Colors of #d892cf

#d892cf #cfd892 #92cfd8

Analogous Colors of #d892cf

#d892cf #d892ac #be92d8

Monochromatic Colors of #d892cf

#d892cf

Complementary Color

#d892cf #92d89b

#d892cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d892cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d892cf Color CSS Codes

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

#d892cf Text Font Color

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

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


#d892cf Background Color

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

This div background color is #d892cf


#d892cf Border Color

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

This div border color is #d892cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d892cf


Comments

No comments written yet.

Please login to write comment.