Color Hex Logo

#d1adfd Color Hex

#D1ADFD
(209,173,253)
0 Favorites   0 Comments

Color spaces of #d1adfd

RGB 209173253
HSL0.740.950.84
HSV267°32°99°
CMYK 0.170.320.00   0.01
XYZ58.967750.534399.5747
Yxy50.53430.28200.2417
Hunter Lab71.087523.6643-33.2883
CIE-Lab76.396128.1851-34.8266

#d1adfd color RGB value is (209,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 11111101
Octal 321 255 375
Decimal 209 173 253
Hex D1 AD FD

RGB Percentages of Color #d1adfd

%32.91
%27.24
%39.84

CMYK Percentages of Color #d1adfd

%17
%32
%0
%1

Triadic Colors of #d1adfd

#d1adfd #fdd1ad #adfdd1

Analogous Colors of #d1adfd

#d1adfd #f9adfd #adb1fd

Monochromatic Colors of #d1adfd

#d1adfd

Complementary Color

#d1adfd #d9fdad

#d1adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1adfd Color CSS Codes

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

#d1adfd Text Font Color

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

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


#d1adfd Background Color

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

This div background color is #d1adfd


#d1adfd Border Color

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

This div border color is #d1adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.