Color Hex Logo

#d09bcf Color Hex

#D09BCF
(208,155,207)
0 Favorites   0 Comments

Color spaces of #d09bcf

RGB 208155207
HSL0.840.360.71
HSV301°25°82°
CMYK 0.000.250.00   0.18
XYZ48.996341.357664.4319
Yxy41.35760.31650.2672
Hunter Lab64.309923.4530-14.3856
CIE-Lab70.425728.3835-18.9003

#d09bcf color RGB value is (208,155,207).

#d09bcf hex color red value is 208, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d09bcf hue: 0.84 , saturation: 0.36 and the lightness value of d09bcf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11001111
Octal 320 233 317
Decimal 208 155 207
Hex D0 9B CF

RGB Percentages of Color #d09bcf

%36.49
%27.19
%36.32

CMYK Percentages of Color #d09bcf

%0
%25
%0
%18

Triadic Colors of #d09bcf

#d09bcf #cfd09b #9bcfd0

Analogous Colors of #d09bcf

#d09bcf #d09bb5 #b79bd0

Monochromatic Colors of #d09bcf

#d09bcf

Complementary Color

#d09bcf #9bd09c

#d09bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bcf Color CSS Codes

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

#d09bcf Text Font Color

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

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


#d09bcf Background Color

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

This div background color is #d09bcf


#d09bcf Border Color

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

This div border color is #d09bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bcf


Comments

No comments written yet.

Please login to write comment.