Color Hex Logo

#d06dbf Color Hex

#D06DBF
(208,109,191)
0 Favorites   0 Comments

Color spaces of #d06dbf

RGB 208109191
HSL0.860.510.62
HSV310°48°82°
CMYK 0.000.480.08   0.18
XYZ40.885028.108852.5609
Yxy28.10880.33640.2312
Hunter Lab53.017744.8705-21.6667
CIE-Lab59.986949.9079-25.8789

#d06dbf color RGB value is (208,109,191).

#d06dbf hex color red value is 208, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d06dbf hue: 0.86 , saturation: 0.51 and the lightness value of d06dbf is 0.62.

The process color (four color CMYK) of #d06dbf color hex is 0.00, 0.48, 0.08, 0.18. Web safe color of #d06dbf is #cc66cc. Color #d06dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101101 10111111
Octal 320 155 277
Decimal 208 109 191
Hex D0 6D BF

RGB Percentages of Color #d06dbf

%40.94
%21.46
%37.60

CMYK Percentages of Color #d06dbf

%0
%48
%8
%18

Triadic Colors of #d06dbf

#d06dbf #bfd06d #6dbfd0

Analogous Colors of #d06dbf

#d06dbf #d06d8e #b06dd0

Monochromatic Colors of #d06dbf

#d06dbf

Complementary Color

#d06dbf #6dd07e

#d06dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06dbf Color CSS Codes

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

#d06dbf Text Font Color

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

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


#d06dbf Background Color

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

This div background color is #d06dbf


#d06dbf Border Color

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

This div border color is #d06dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06dbf


Comments

No comments written yet.

Please login to write comment.