Color Hex Logo

#d4adfd Color Hex

#D4ADFD
(212,173,253)
0 Favorites   0 Comments

Color spaces of #d4adfd

RGB 212173253
HSL0.750.950.84
HSV269°32°99°
CMYK 0.160.320.00   0.01
XYZ59.824650.976099.6148
Yxy50.97600.28430.2423
Hunter Lab71.397524.6212-32.7440
CIE-Lab76.664529.0838-34.3899

#d4adfd color RGB value is (212,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101101 11111101
Octal 324 255 375
Decimal 212 173 253
Hex D4 AD FD

RGB Percentages of Color #d4adfd

%33.23
%27.12
%39.66

CMYK Percentages of Color #d4adfd

%16
%32
%0
%1

Triadic Colors of #d4adfd

#d4adfd #fdd4ad #adfdd4

Analogous Colors of #d4adfd

#d4adfd #fcadfd #adaefd

Monochromatic Colors of #d4adfd

#d4adfd

Complementary Color

#d4adfd #d6fdad

#d4adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4adfd Color CSS Codes

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

#d4adfd Text Font Color

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

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


#d4adfd Background Color

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

This div background color is #d4adfd


#d4adfd Border Color

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

This div border color is #d4adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4adfd


Comments

No comments written yet.

Please login to write comment.