Color Hex Logo

#d08cbc Color Hex

#D08CBC
(208,140,188)
0 Favorites   0 Comments

Color spaces of #d08cbc

RGB 208140188
HSL0.880.420.68
HSV318°33°82°
CMYK 0.000.330.10   0.18
XYZ44.467635.796952.1427
Yxy35.79690.33580.2704
Hunter Lab59.830527.9625-9.7903
CIE-Lab66.364433.1357-14.4660

#d08cbc color RGB value is (208,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 10111100
Octal 320 214 274
Decimal 208 140 188
Hex D0 8C BC

RGB Percentages of Color #d08cbc

%38.81
%26.12
%35.07

CMYK Percentages of Color #d08cbc

%0
%33
%10
%18

Triadic Colors of #d08cbc

#d08cbc #bcd08c #8cbcd0

Analogous Colors of #d08cbc

#d08cbc #d08c9a #c28cd0

Monochromatic Colors of #d08cbc

#d08cbc

Complementary Color

#d08cbc #8cd0a0

#d08cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cbc Color CSS Codes

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

#d08cbc Text Font Color

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

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


#d08cbc Background Color

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

This div background color is #d08cbc


#d08cbc Border Color

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

This div border color is #d08cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cbc


Comments

No comments written yet.

Please login to write comment.