Color Hex Logo

#d08cbd Color Hex

#D08CBD
(208,140,189)
0 Favorites   0 Comments

Color spaces of #d08cbd

RGB 208140189
HSL0.880.420.68
HSV317°33°82°
CMYK 0.000.330.09   0.18
XYZ44.575835.840252.7126
Yxy35.84020.33480.2692
Hunter Lab59.866728.1416-10.2981
CIE-Lab66.397633.3072-14.9767

#d08cbd color RGB value is (208,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 10111101
Octal 320 214 275
Decimal 208 140 189
Hex D0 8C BD

RGB Percentages of Color #d08cbd

%38.73
%26.07
%35.20

CMYK Percentages of Color #d08cbd

%0
%33
%9
%18

Triadic Colors of #d08cbd

#d08cbd #bdd08c #8cbdd0

Analogous Colors of #d08cbd

#d08cbd #d08c9b #c18cd0

Monochromatic Colors of #d08cbd

#d08cbd

Complementary Color

#d08cbd #8cd09f

#d08cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cbd Color CSS Codes

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

#d08cbd Text Font Color

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

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


#d08cbd Background Color

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

This div background color is #d08cbd


#d08cbd Border Color

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

This div border color is #d08cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cbd


Comments

No comments written yet.

Please login to write comment.