Color Hex Logo

#d8adfd Color Hex

#D8ADFD
(216,173,253)
0 Favorites   0 Comments

Color spaces of #d8adfd

RGB 216173253
HSL0.760.950.84
HSV272°32°99°
CMYK 0.150.320.00   0.01
XYZ60.992151.577999.6694
Yxy51.57790.28740.2430
Hunter Lab71.817825.9122-32.0108
CIE-Lab77.027830.2874-33.7990

#d8adfd color RGB value is (216,173,253).

#d8adfd hex color red value is 216, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d8adfd hue: 0.76 , saturation: 0.95 and the lightness value of d8adfd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101101 11111101
Octal 330 255 375
Decimal 216 173 253
Hex D8 AD FD

RGB Percentages of Color #d8adfd

%33.64
%26.95
%39.41

CMYK Percentages of Color #d8adfd

%15
%32
%0
%1

Triadic Colors of #d8adfd

#d8adfd #fdd8ad #adfdd8

Analogous Colors of #d8adfd

#d8adfd #fdadfa #b0adfd

Monochromatic Colors of #d8adfd

#d8adfd

Complementary Color

#d8adfd #d2fdad

#d8adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8adfd Color CSS Codes

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

#d8adfd Text Font Color

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

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


#d8adfd Background Color

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

This div background color is #d8adfd


#d8adfd Border Color

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

This div border color is #d8adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8adfd


Comments

No comments written yet.

Please login to write comment.