Color Hex Logo

#d5affa Color Hex

#D5AFFA
(213,175,250)
0 Favorites   0 Comments

Color spaces of #d5affa

RGB 213175250
HSL0.750.880.83
HSV270°30°98°
CMYK 0.150.300.00   0.02
XYZ60.025951.708297.2595
Yxy51.70820.28720.2474
Hunter Lab71.908423.1640-29.8566
CIE-Lab77.106027.6606-32.0861

#d5affa color RGB value is (213,175,250).

#d5affa hex color red value is 213, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d5affa hue: 0.75 , saturation: 0.88 and the lightness value of d5affa is 0.83.

The process color (four color CMYK) of #d5affa color hex is 0.15, 0.30, 0.00, 0.02. Web safe color of #d5affa is #cc99ff. Color #d5affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 11111010
Octal 325 257 372
Decimal 213 175 250
Hex D5 AF FA

RGB Percentages of Color #d5affa

%33.39
%27.43
%39.18

CMYK Percentages of Color #d5affa

%15
%30
%0
%2

Triadic Colors of #d5affa

#d5affa #fad5af #affad5

Analogous Colors of #d5affa

#d5affa #faaffa #b0affa

Monochromatic Colors of #d5affa

#d5affa

Complementary Color

#d5affa #d4faaf

#d5affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5affa Color CSS Codes

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

#d5affa Text Font Color

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

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


#d5affa Background Color

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

This div background color is #d5affa


#d5affa Border Color

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

This div border color is #d5affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5affa


Comments

No comments written yet.

Please login to write comment.