Color Hex Logo

#d3aded Color Hex

#D3ADED
(211,173,237)
0 Favorites   0 Comments

Color spaces of #d3aded

RGB 211173237
HSL0.770.640.80
HSV276°27°93°
CMYK 0.110.270.00   0.07
XYZ57.093649.850486.7337
Yxy49.85040.29480.2574
Hunter Lab70.604820.7831-23.4108
CIE-Lab75.977325.4234-26.8167

#d3aded color RGB value is (211,173,237).

#d3aded hex color red value is 211, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d3aded hue: 0.77 , saturation: 0.64 and the lightness value of d3aded is 0.80.

The process color (four color CMYK) of #d3aded color hex is 0.11, 0.27, 0.00, 0.07. Web safe color of #d3aded is #cc99ff. Color #d3aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101101 11101101
Octal 323 255 355
Decimal 211 173 237
Hex D3 AD ED

RGB Percentages of Color #d3aded

%33.98
%27.86
%38.16

CMYK Percentages of Color #d3aded

%11
%27
%0
%7

Triadic Colors of #d3aded

#d3aded #edd3ad #adedd3

Analogous Colors of #d3aded

#d3aded #edade7 #b3aded

Monochromatic Colors of #d3aded

#d3aded

Complementary Color

#d3aded #c7edad

#d3aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aded Color CSS Codes

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

#d3aded Text Font Color

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

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


#d3aded Background Color

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

This div background color is #d3aded


#d3aded Border Color

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

This div border color is #d3aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aded


Comments

No comments written yet.

Please login to write comment.