Color Hex Logo

#d08bae Color Hex

#D08BAE
(208,139,174)
0 Favorites   0 Comments

Color spaces of #d08bae

RGB 208139174
HSL0.920.420.68
HSV330°33°82°
CMYK 0.000.330.16   0.18
XYZ42.885034.931144.5265
Yxy34.93110.35050.2855
Hunter Lab59.102526.0908-3.2960
CIE-Lab65.695031.3608-7.5975

#d08bae color RGB value is (208,139,174).

#d08bae hex color red value is 208, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d08bae hue: 0.92 , saturation: 0.42 and the lightness value of d08bae is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 10101110
Octal 320 213 256
Decimal 208 139 174
Hex D0 8B AE

RGB Percentages of Color #d08bae

%39.92
%26.68
%33.40

CMYK Percentages of Color #d08bae

%0
%33
%16
%18

Triadic Colors of #d08bae

#d08bae #aed08b #8baed0

Analogous Colors of #d08bae

#d08bae #d08b8c #d08bd0

Monochromatic Colors of #d08bae

#d08bae

Complementary Color

#d08bae #8bd0ad

#d08bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08bae Color CSS Codes

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

#d08bae Text Font Color

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

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


#d08bae Background Color

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

This div background color is #d08bae


#d08bae Border Color

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

This div border color is #d08bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08bae


Comments

No comments written yet.

Please login to write comment.