Color Hex Logo

#d092df Color Hex

#D092DF
(208,146,223)
0 Favorites   0 Comments

Color spaces of #d092df

RGB 208146223
HSL0.800.550.72
HSV288°35°87°
CMYK 0.070.350.00   0.13
XYZ49.610639.295474.7820
Yxy39.29540.30310.2401
Hunter Lab62.686031.5668-26.8504
CIE-Lab68.964736.3496-29.9675

#d092df color RGB value is (208,146,223).

#d092df hex color red value is 208, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d092df hue: 0.80 , saturation: 0.55 and the lightness value of d092df is 0.72.

The process color (four color CMYK) of #d092df color hex is 0.07, 0.35, 0.00, 0.13. Web safe color of #d092df is #cc99cc. Color #d092df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010010 11011111
Octal 320 222 337
Decimal 208 146 223
Hex D0 92 DF

RGB Percentages of Color #d092df

%36.05
%25.30
%38.65

CMYK Percentages of Color #d092df

%7
%35
%0
%13

Triadic Colors of #d092df

#d092df #dfd092 #92dfd0

Analogous Colors of #d092df

#d092df #df92c8 #aa92df

Monochromatic Colors of #d092df

#d092df

Complementary Color

#d092df #a1df92

#d092df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d092df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d092df Color CSS Codes

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

#d092df Text Font Color

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

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


#d092df Background Color

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

This div background color is #d092df


#d092df Border Color

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

This div border color is #d092df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d092df


Comments

No comments written yet.

Please login to write comment.