Color Hex Logo

#d0666b Color Hex

#D0666B
(208,102,107)
0 Favorites   0 Comments

Color spaces of #d0666b

RGB 208102107
HSL0.990.530.61
HSV357°51°82°
CMYK 0.000.510.49   0.18
XYZ33.417623.974216.7761
Yxy23.97420.45060.3232
Hunter Lab48.963536.140413.9602
CIE-Lab56.062042.285917.0253

#d0666b color RGB value is (208,102,107).

#d0666b hex color red value is 208, green value is 102 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d0666b hue: 0.99 , saturation: 0.53 and the lightness value of d0666b is 0.61.

The process color (four color CMYK) of #d0666b color hex is 0.00, 0.51, 0.49, 0.18. Web safe color of #d0666b is #cc6666. Color #d0666b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 01101011
Octal 320 146 153
Decimal 208 102 107
Hex D0 66 6B

RGB Percentages of Color #d0666b

%49.88
%24.46
%25.66

CMYK Percentages of Color #d0666b

%0
%51
%49
%18

Triadic Colors of #d0666b

#d0666b #6bd066 #666bd0

Analogous Colors of #d0666b

#d0666b #d09666 #d066a0

Monochromatic Colors of #d0666b

#d0666b

Complementary Color

#d0666b #66d0cb

#d0666b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0666b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0666b Color CSS Codes

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

#d0666b Text Font Color

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

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


#d0666b Background Color

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

This div background color is #d0666b


#d0666b Border Color

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

This div border color is #d0666b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0666b


Comments

No comments written yet.

Please login to write comment.