Color Hex Logo

#d5adfc Color Hex

#D5ADFC
(213,173,252)
0 Favorites   0 Comments

Color spaces of #d5adfc

RGB 213173252
HSL0.750.930.83
HSV270°31°99°
CMYK 0.150.310.00   0.01
XYZ59.954851.061598.7914
Yxy51.06150.28580.2434
Hunter Lab71.457324.7164-31.9497
CIE-Lab76.716229.1713-33.7642

#d5adfc color RGB value is (213,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101101 11111100
Octal 325 255 374
Decimal 213 173 252
Hex D5 AD FC

RGB Percentages of Color #d5adfc

%33.39
%27.12
%39.50

CMYK Percentages of Color #d5adfc

%15
%31
%0
%1

Triadic Colors of #d5adfc

#d5adfc #fcd5ad #adfcd5

Analogous Colors of #d5adfc

#d5adfc #fcadfc #aeadfc

Monochromatic Colors of #d5adfc

#d5adfc

Complementary Color

#d5adfc #d4fcad

#d5adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5adfc Color CSS Codes

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

#d5adfc Text Font Color

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

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


#d5adfc Background Color

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

This div background color is #d5adfc


#d5adfc Border Color

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

This div border color is #d5adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5adfc


Comments

No comments written yet.

Please login to write comment.