Color Hex Logo

#d0afbe Color Hex

#D0AFBE
(208,175,190)
0 Favorites   0 Comments

Color spaces of #d0afbe

RGB 208175190
HSL0.920.260.75
HSV333°16°82°
CMYK 0.000.160.09   0.18
XYZ50.636747.787555.2703
Yxy47.78750.32950.3109
Hunter Lab69.12859.77660.9858
CIE-Lab74.690714.4251-3.1783

#d0afbe color RGB value is (208,175,190).

#d0afbe hex color red value is 208, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d0afbe hue: 0.92 , saturation: 0.26 and the lightness value of d0afbe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 10111110
Octal 320 257 276
Decimal 208 175 190
Hex D0 AF BE

RGB Percentages of Color #d0afbe

%36.30
%30.54
%33.16

CMYK Percentages of Color #d0afbe

%0
%16
%9
%18

Triadic Colors of #d0afbe

#d0afbe #bed0af #afbed0

Analogous Colors of #d0afbe

#d0afbe #d0b1af #d0afcf

Monochromatic Colors of #d0afbe

#d0afbe

Complementary Color

#d0afbe #afd0c1

#d0afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afbe Color CSS Codes

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

#d0afbe Text Font Color

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

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


#d0afbe Background Color

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

This div background color is #d0afbe


#d0afbe Border Color

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

This div border color is #d0afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afbe


Comments

No comments written yet.

Please login to write comment.