Color Hex Logo

#d0abcc Color Hex

#D0ABCC
(208,171,204)
0 Favorites   0 Comments

Color spaces of #d0abcc

RGB 208171204
HSL0.850.280.74
HSV306°18°82°
CMYK 0.000.180.02   0.18
XYZ51.474446.895463.4655
Yxy46.89540.31810.2898
Hunter Lab68.480214.3324-7.0121
CIE-Lab74.122819.0959-11.6823

#d0abcc color RGB value is (208,171,204).

#d0abcc hex color red value is 208, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d0abcc hue: 0.85 , saturation: 0.28 and the lightness value of d0abcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 11001100
Octal 320 253 314
Decimal 208 171 204
Hex D0 AB CC

RGB Percentages of Color #d0abcc

%35.68
%29.33
%34.99

CMYK Percentages of Color #d0abcc

%0
%18
%2
%18

Triadic Colors of #d0abcc

#d0abcc #ccd0ab #abccd0

Analogous Colors of #d0abcc

#d0abcc #d0abba #c2abd0

Monochromatic Colors of #d0abcc

#d0abcc

Complementary Color

#d0abcc #abd0af

#d0abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abcc Color CSS Codes

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

#d0abcc Text Font Color

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

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


#d0abcc Background Color

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

This div background color is #d0abcc


#d0abcc Border Color

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

This div border color is #d0abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abcc


Comments

No comments written yet.

Please login to write comment.