Color Hex Logo

#d3afbc Color Hex

#D3AFBC
(211,175,188)
0 Favorites   0 Comments

Color spaces of #d3afbc

RGB 211175188
HSL0.940.290.76
HSV338°17°83°
CMYK 0.000.170.11   0.17
XYZ51.271048.139754.1666
Yxy48.13970.33380.3135
Hunter Lab69.382810.48422.2807
CIE-Lab74.913015.1526-1.7260

#d3afbc color RGB value is (211,175,188).

#d3afbc hex color red value is 211, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d3afbc hue: 0.94 , saturation: 0.29 and the lightness value of d3afbc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101111 10111100
Octal 323 257 274
Decimal 211 175 188
Hex D3 AF BC

RGB Percentages of Color #d3afbc

%36.76
%30.49
%32.75

CMYK Percentages of Color #d3afbc

%0
%17
%11
%17

Triadic Colors of #d3afbc

#d3afbc #bcd3af #afbcd3

Analogous Colors of #d3afbc

#d3afbc #d3b4af #d3afce

Monochromatic Colors of #d3afbc

#d3afbc

Complementary Color

#d3afbc #afd3c6

#d3afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3afbc Color CSS Codes

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

#d3afbc Text Font Color

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

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


#d3afbc Background Color

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

This div background color is #d3afbc


#d3afbc Border Color

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

This div border color is #d3afbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,175,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3afbc


Comments

No comments written yet.

Please login to write comment.