Color Hex Logo

#d06c8a Color Hex

#D06C8A
(208,108,138)
0 Favorites   0 Comments

Color spaces of #d06c8a

RGB 208108138
HSL0.950.520.62
HSV342°48°82°
CMYK 0.000.480.34   0.18
XYZ35.962425.970027.1620
Yxy25.97000.40360.2915
Hunter Lab50.960836.78404.0711
CIE-Lab58.008642.63501.6996

#d06c8a color RGB value is (208,108,138).

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

The process color (four color CMYK) of #d06c8a color hex is 0.00, 0.48, 0.34, 0.18. Web safe color of #d06c8a is #cc6699. Color #d06c8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101100 10001010
Octal 320 154 212
Decimal 208 108 138
Hex D0 6C 8A

RGB Percentages of Color #d06c8a

%45.81
%23.79
%30.40

CMYK Percentages of Color #d06c8a

%0
%48
%34
%18

Triadic Colors of #d06c8a

#d06c8a #8ad06c #6c8ad0

Analogous Colors of #d06c8a

#d06c8a #d0806c #d06cbc

Monochromatic Colors of #d06c8a

#d06c8a

Complementary Color

#d06c8a #6cd0b2

#d06c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06c8a Color CSS Codes

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

#d06c8a Text Font Color

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

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


#d06c8a Background Color

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

This div background color is #d06c8a


#d06c8a Border Color

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

This div border color is #d06c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06c8a


Comments

No comments written yet.

Please login to write comment.