Color Hex Logo

#d092af Color Hex

#D092AF
(208,146,175)
0 Favorites   0 Comments

Color spaces of #d092af

RGB 208146175
HSL0.920.400.69
HSV332°30°82°
CMYK 0.000.300.16   0.18
XYZ44.029237.062845.3907
Yxy37.06280.34810.2930
Hunter Lab60.879222.5565-1.5903
CIE-Lab67.324127.7194-5.7429

#d092af color RGB value is (208,146,175).

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

The process color (four color CMYK) of #d092af color hex is 0.00, 0.30, 0.16, 0.18. Web safe color of #d092af is #cc9999. Color #d092af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010010 10101111
Octal 320 222 257
Decimal 208 146 175
Hex D0 92 AF

RGB Percentages of Color #d092af

%39.32
%27.60
%33.08

CMYK Percentages of Color #d092af

%0
%30
%16
%18

Triadic Colors of #d092af

#d092af #afd092 #92afd0

Analogous Colors of #d092af

#d092af #d09492 #d092ce

Monochromatic Colors of #d092af

#d092af

Complementary Color

#d092af #92d0b3

#d092af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d092af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d092af Color CSS Codes

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

#d092af Text Font Color

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

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


#d092af Background Color

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

This div background color is #d092af


#d092af Border Color

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

This div border color is #d092af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d092af


Comments

No comments written yet.

Please login to write comment.