Color Hex Logo

#d092ce Color Hex

#D092CE
(208,146,206)
0 Favorites   0 Comments

Color spaces of #d092ce

RGB 208146206
HSL0.840.400.69
HSV302°30°82°
CMYK 0.000.300.01   0.18
XYZ47.431938.423963.3091
Yxy38.42390.31800.2576
Hunter Lab61.987028.1093-17.1637
CIE-Lab68.331933.0956-21.5293

#d092ce color RGB value is (208,146,206).

#d092ce hex color red value is 208, green value is 146 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d092ce hue: 0.84 , saturation: 0.40 and the lightness value of d092ce is 0.69.

The process color (four color CMYK) of #d092ce color hex is 0.00, 0.30, 0.01, 0.18. Web safe color of #d092ce is #cc99cc. Color #d092ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010010 11001110
Octal 320 222 316
Decimal 208 146 206
Hex D0 92 CE

RGB Percentages of Color #d092ce

%37.14
%26.07
%36.79

CMYK Percentages of Color #d092ce

%0
%30
%1
%18

Triadic Colors of #d092ce

#d092ce #ced092 #92ced0

Analogous Colors of #d092ce

#d092ce #d092af #b392d0

Monochromatic Colors of #d092ce

#d092ce

Complementary Color

#d092ce #92d094

#d092ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d092ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d092ce Color CSS Codes

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

#d092ce Text Font Color

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

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


#d092ce Background Color

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

This div background color is #d092ce


#d092ce Border Color

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

This div border color is #d092ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d092ce


Comments

No comments written yet.

Please login to write comment.