Color Hex Logo

#d099df Color Hex

#D099DF
(208,153,223)
0 Favorites   0 Comments

Color spaces of #d099df

RGB 208153223
HSL0.800.520.74
HSV287°31°87°
CMYK 0.070.310.00   0.13
XYZ50.722941.520175.1528
Yxy41.52010.30300.2480
Hunter Lab64.436127.7487-24.0456
CIE-Lab70.538832.5512-27.5448

#d099df color RGB value is (208,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 11011111
Octal 320 231 337
Decimal 208 153 223
Hex D0 99 DF

RGB Percentages of Color #d099df

%35.62
%26.20
%38.18

CMYK Percentages of Color #d099df

%7
%31
%0
%13

Triadic Colors of #d099df

#d099df #dfd099 #99dfd0

Analogous Colors of #d099df

#d099df #df99cb #ad99df

Monochromatic Colors of #d099df

#d099df

Complementary Color

#d099df #a8df99

#d099df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099df Color CSS Codes

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

#d099df Text Font Color

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

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


#d099df Background Color

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

This div background color is #d099df


#d099df Border Color

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

This div border color is #d099df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,153,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 #d099df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099df


Comments

No comments written yet.

Please login to write comment.