Color Hex Logo

#d5afdf Color Hex

#D5AFDF
(213,175,223)
0 Favorites   0 Comments

Color spaces of #d5afdf

RGB 213175223
HSL0.800.430.78
HSV288°22°87°
CMYK 0.040.220.00   0.13
XYZ56.089850.133876.5326
Yxy50.13380.30690.2743
Hunter Lab70.805217.4933-14.5223
CIE-Lab76.151322.1865-18.9431

#d5afdf color RGB value is (213,175,223).

#d5afdf hex color red value is 213, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d5afdf hue: 0.80 , saturation: 0.43 and the lightness value of d5afdf is 0.78.

The process color (four color CMYK) of #d5afdf color hex is 0.04, 0.22, 0.00, 0.13. Web safe color of #d5afdf is #cc99cc. Color #d5afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 11011111
Octal 325 257 337
Decimal 213 175 223
Hex D5 AF DF

RGB Percentages of Color #d5afdf

%34.86
%28.64
%36.50

CMYK Percentages of Color #d5afdf

%4
%22
%0
%13

Triadic Colors of #d5afdf

#d5afdf #dfd5af #afdfd5

Analogous Colors of #d5afdf

#d5afdf #dfafd1 #bdafdf

Monochromatic Colors of #d5afdf

#d5afdf

Complementary Color

#d5afdf #b9dfaf

#d5afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5afdf Color CSS Codes

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

#d5afdf Text Font Color

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

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


#d5afdf Background Color

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

This div background color is #d5afdf


#d5afdf Border Color

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

This div border color is #d5afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5afdf


Comments

No comments written yet.

Please login to write comment.