Color Hex Logo

#d3afe0 Color Hex

#D3AFE0
(211,175,224)
0 Favorites   0 Comments

Color spaces of #d3afe0

RGB 211175224
HSL0.790.440.78
HSV284°22°88°
CMYK 0.060.220.00   0.12
XYZ55.648549.890677.2179
Yxy49.89060.30450.2730
Hunter Lab70.633317.0232-15.3739
CIE-Lab76.002121.7270-19.7297

#d3afe0 color RGB value is (211,175,224).

#d3afe0 hex color red value is 211, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d3afe0 hue: 0.79 , saturation: 0.44 and the lightness value of d3afe0 is 0.78.

The process color (four color CMYK) of #d3afe0 color hex is 0.06, 0.22, 0.00, 0.12. Web safe color of #d3afe0 is #cc99cc. Color #d3afe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101111 11100000
Octal 323 257 340
Decimal 211 175 224
Hex D3 AF E0

RGB Percentages of Color #d3afe0

%34.59
%28.69
%36.72

CMYK Percentages of Color #d3afe0

%6
%22
%0
%12

Triadic Colors of #d3afe0

#d3afe0 #e0d3af #afe0d3

Analogous Colors of #d3afe0

#d3afe0 #e0afd5 #bbafe0

Monochromatic Colors of #d3afe0

#d3afe0

Complementary Color

#d3afe0 #bce0af

#d3afe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3afe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3afe0 Color CSS Codes

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

#d3afe0 Text Font Color

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

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


#d3afe0 Background Color

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

This div background color is #d3afe0


#d3afe0 Border Color

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

This div border color is #d3afe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3afe0


Comments

No comments written yet.

Please login to write comment.