Color Hex Logo

#d08cdb Color Hex

#D08CDB
(208,140,219)
0 Favorites   0 Comments

Color spaces of #d08cdb

RGB 208140219
HSL0.810.520.70
HSV292°36°86°
CMYK 0.050.360.00   0.14
XYZ48.176737.280571.6745
Yxy37.28050.30660.2373
Hunter Lab61.057833.9916-26.8589
CIE-Lab67.486938.8027-30.0365

#d08cdb color RGB value is (208,140,219).

#d08cdb hex color red value is 208, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d08cdb hue: 0.81 , saturation: 0.52 and the lightness value of d08cdb is 0.70.

The process color (four color CMYK) of #d08cdb color hex is 0.05, 0.36, 0.00, 0.14. Web safe color of #d08cdb is #cc99cc. Color #d08cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11011011
Octal 320 214 333
Decimal 208 140 219
Hex D0 8C DB

RGB Percentages of Color #d08cdb

%36.68
%24.69
%38.62

CMYK Percentages of Color #d08cdb

%5
%36
%0
%14

Triadic Colors of #d08cdb

#d08cdb #dbd08c #8cdbd0

Analogous Colors of #d08cdb

#d08cdb #db8cbf #a98cdb

Monochromatic Colors of #d08cdb

#d08cdb

Complementary Color

#d08cdb #97db8c

#d08cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cdb Color CSS Codes

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

#d08cdb Text Font Color

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

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


#d08cdb Background Color

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

This div background color is #d08cdb


#d08cdb Border Color

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

This div border color is #d08cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cdb


Comments

No comments written yet.

Please login to write comment.