Color Hex Logo

#d5afdc Color Hex

#D5AFDC
(213,175,220)
0 Favorites   0 Comments

Color spaces of #d5afdc

RGB 213175220
HSL0.810.390.77
HSV291°20°86°
CMYK 0.030.200.00   0.14
XYZ55.688849.973474.4209
Yxy49.97340.30920.2775
Hunter Lab70.691916.9058-12.9333
CIE-Lab76.052921.6087-17.4620

#d5afdc color RGB value is (213,175,220).

#d5afdc hex color red value is 213, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5afdc hue: 0.81 , saturation: 0.39 and the lightness value of d5afdc is 0.77.

The process color (four color CMYK) of #d5afdc color hex is 0.03, 0.20, 0.00, 0.14. Web safe color of #d5afdc is #cc99cc. Color #d5afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 11011100
Octal 325 257 334
Decimal 213 175 220
Hex D5 AF DC

RGB Percentages of Color #d5afdc

%35.03
%28.78
%36.18

CMYK Percentages of Color #d5afdc

%3
%20
%0
%14

Triadic Colors of #d5afdc

#d5afdc #dcd5af #afdcd5

Analogous Colors of #d5afdc

#d5afdc #dcafcd #bfafdc

Monochromatic Colors of #d5afdc

#d5afdc

Complementary Color

#d5afdc #b6dcaf

#d5afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5afdc Color CSS Codes

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

#d5afdc Text Font Color

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

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


#d5afdc Background Color

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

This div background color is #d5afdc


#d5afdc Border Color

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

This div border color is #d5afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5afdc


Comments

No comments written yet.

Please login to write comment.