Color Hex Logo

#d4afbe Color Hex

#D4AFBE
(212,175,190)
0 Favorites   0 Comments

Color spaces of #d4afbe

RGB 212175190
HSL0.930.300.76
HSV336°17°83°
CMYK 0.000.170.10   0.17
XYZ51.775648.374755.3236
Yxy48.37470.33300.3111
Hunter Lab69.551911.16251.5254
CIE-Lab75.060715.8469-2.5917

#d4afbe color RGB value is (212,175,190).

#d4afbe hex color red value is 212, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d4afbe hue: 0.93 , saturation: 0.30 and the lightness value of d4afbe is 0.76.

The process color (four color CMYK) of #d4afbe color hex is 0.00, 0.17, 0.10, 0.17. Web safe color of #d4afbe is #cc99cc. Color #d4afbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101111 10111110
Octal 324 257 276
Decimal 212 175 190
Hex D4 AF BE

RGB Percentages of Color #d4afbe

%36.74
%30.33
%32.93

CMYK Percentages of Color #d4afbe

%0
%17
%10
%17

Triadic Colors of #d4afbe

#d4afbe #bed4af #afbed4

Analogous Colors of #d4afbe

#d4afbe #d4b3af #d4afd1

Monochromatic Colors of #d4afbe

#d4afbe

Complementary Color

#d4afbe #afd4c5

#d4afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4afbe Color CSS Codes

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

#d4afbe Text Font Color

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

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


#d4afbe Background Color

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

This div background color is #d4afbe


#d4afbe Border Color

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

This div border color is #d4afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4afbe


Comments

No comments written yet.

Please login to write comment.