Color Hex Logo

#d5acfa Color Hex

#D5ACFA
(213,172,250)
0 Favorites   0 Comments

Color spaces of #d5acfa

RGB 213172250
HSL0.750.890.83
HSV272°31°98°
CMYK 0.150.310.00   0.02
XYZ59.448450.553397.0670
Yxy50.55330.28710.2441
Hunter Lab71.100824.8198-31.1722
CIE-Lab76.407629.2908-33.1631

#d5acfa color RGB value is (213,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 11111010
Octal 325 254 372
Decimal 213 172 250
Hex D5 AC FA

RGB Percentages of Color #d5acfa

%33.54
%27.09
%39.37

CMYK Percentages of Color #d5acfa

%15
%31
%0
%2

Triadic Colors of #d5acfa

#d5acfa #fad5ac #acfad5

Analogous Colors of #d5acfa

#d5acfa #faacf8 #aeacfa

Monochromatic Colors of #d5acfa

#d5acfa

Complementary Color

#d5acfa #d1faac

#d5acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acfa Color CSS Codes

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

#d5acfa Text Font Color

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

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


#d5acfa Background Color

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

This div background color is #d5acfa


#d5acfa Border Color

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

This div border color is #d5acfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,172,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 #d5acfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acfa


Comments

No comments written yet.

Please login to write comment.