Color Hex Logo

#d06cbf Color Hex

#D06CBF
(208,108,191)
0 Favorites   0 Comments

Color spaces of #d06cbf

RGB 208108191
HSL0.860.520.62
HSV310°48°82°
CMYK 0.000.480.08   0.18
XYZ40.779027.896652.5255
Yxy27.89660.33650.2302
Hunter Lab52.817245.3857-21.9905
CIE-Lab59.795250.4077-26.1742

#d06cbf color RGB value is (208,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101100 10111111
Octal 320 154 277
Decimal 208 108 191
Hex D0 6C BF

RGB Percentages of Color #d06cbf

%41.03
%21.30
%37.67

CMYK Percentages of Color #d06cbf

%0
%48
%8
%18

Triadic Colors of #d06cbf

#d06cbf #bfd06c #6cbfd0

Analogous Colors of #d06cbf

#d06cbf #d06c8d #af6cd0

Monochromatic Colors of #d06cbf

#d06cbf

Complementary Color

#d06cbf #6cd07d

#d06cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06cbf Color CSS Codes

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

#d06cbf Text Font Color

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

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


#d06cbf Background Color

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

This div background color is #d06cbf


#d06cbf Border Color

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

This div border color is #d06cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,108,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 #d06cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06cbf


Comments

No comments written yet.

Please login to write comment.