Color Hex Logo

#d5adfd Color Hex

#D5ADFD
(213,173,253)
0 Favorites   0 Comments

Color spaces of #d5adfd

RGB 213173253
HSL0.750.950.84
HSV270°32°99°
CMYK 0.160.320.00   0.01
XYZ60.113851.125199.6283
Yxy51.12510.28510.2425
Hunter Lab71.501824.9423-32.5615
CIE-Lab76.754729.3842-34.2430

#d5adfd color RGB value is (213,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101101 11111101
Octal 325 255 375
Decimal 213 173 253
Hex D5 AD FD

RGB Percentages of Color #d5adfd

%33.33
%27.07
%39.59

CMYK Percentages of Color #d5adfd

%16
%32
%0
%1

Triadic Colors of #d5adfd

#d5adfd #fdd5ad #adfdd5

Analogous Colors of #d5adfd

#d5adfd #fdadfd #adadfd

Monochromatic Colors of #d5adfd

#d5adfd

Complementary Color

#d5adfd #d5fdad

#d5adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5adfd Color CSS Codes

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

#d5adfd Text Font Color

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

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


#d5adfd Background Color

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

This div background color is #d5adfd


#d5adfd Border Color

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

This div border color is #d5adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5adfd


Comments

No comments written yet.

Please login to write comment.