Color Hex Logo

#d099be Color Hex

#D099BE
(208,153,190)
0 Favorites   0 Comments

Color spaces of #d099be

RGB 208153190
HSL0.890.370.71
HSV320°26°82°
CMYK 0.000.260.09   0.18
XYZ46.697939.910153.9574
Yxy39.91010.33220.2839
Hunter Lab63.174421.3901-6.4176
CIE-Lab69.405526.4118-11.0174

#d099be color RGB value is (208,153,190).

#d099be hex color red value is 208, green value is 153 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d099be hue: 0.89 , saturation: 0.37 and the lightness value of d099be is 0.71.

The process color (four color CMYK) of #d099be color hex is 0.00, 0.26, 0.09, 0.18. Web safe color of #d099be is #cc99cc. Color #d099be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 10111110
Octal 320 231 276
Decimal 208 153 190
Hex D0 99 BE

RGB Percentages of Color #d099be

%37.75
%27.77
%34.48

CMYK Percentages of Color #d099be

%0
%26
%9
%18

Triadic Colors of #d099be

#d099be #bed099 #99bed0

Analogous Colors of #d099be

#d099be #d099a3 #c799d0

Monochromatic Colors of #d099be

#d099be

Complementary Color

#d099be #99d0ab

#d099be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d099be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d099be Color CSS Codes

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

#d099be Text Font Color

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

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


#d099be Background Color

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

This div background color is #d099be


#d099be Border Color

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

This div border color is #d099be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d099be


Comments

No comments written yet.

Please login to write comment.