Color Hex Logo

#d0abbe Color Hex

#D0ABBE
(208,171,190)
0 Favorites   0 Comments

Color spaces of #d0abbe

RGB 208171190
HSL0.910.280.74
HSV329°18°82°
CMYK 0.000.180.09   0.18
XYZ49.869646.253455.0146
Yxy46.25340.33000.3060
Hunter Lab68.009911.8715-0.3540
CIE-Lab73.709716.5965-4.6233

#d0abbe color RGB value is (208,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101011 10111110
Octal 320 253 276
Decimal 208 171 190
Hex D0 AB BE

RGB Percentages of Color #d0abbe

%36.56
%30.05
%33.39

CMYK Percentages of Color #d0abbe

%0
%18
%9
%18

Triadic Colors of #d0abbe

#d0abbe #bed0ab #abbed0

Analogous Colors of #d0abbe

#d0abbe #d0abac #d0abd0

Monochromatic Colors of #d0abbe

#d0abbe

Complementary Color

#d0abbe #abd0bd

#d0abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0abbe Color CSS Codes

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

#d0abbe Text Font Color

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

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


#d0abbe Background Color

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

This div background color is #d0abbe


#d0abbe Border Color

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

This div border color is #d0abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0abbe


Comments

No comments written yet.

Please login to write comment.