Color Hex Logo

#d7adef Color Hex

#D7ADEF
(215,173,239)
0 Favorites   0 Comments

Color spaces of #d7adef

RGB 215173239
HSL0.770.670.81
HSV278°28°94°
CMYK 0.100.280.00   0.06
XYZ58.547950.566288.3358
Yxy50.56620.29650.2561
Hunter Lab71.109922.5245-23.8757
CIE-Lab76.415527.0869-27.1959

#d7adef color RGB value is (215,173,239).

#d7adef hex color red value is 215, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7adef hue: 0.77 , saturation: 0.67 and the lightness value of d7adef is 0.81.

The process color (four color CMYK) of #d7adef color hex is 0.10, 0.28, 0.00, 0.06. Web safe color of #d7adef is #cc99ff. Color #d7adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101101 11101111
Octal 327 255 357
Decimal 215 173 239
Hex D7 AD EF

RGB Percentages of Color #d7adef

%34.29
%27.59
%38.12

CMYK Percentages of Color #d7adef

%10
%28
%0
%6

Triadic Colors of #d7adef

#d7adef #efd7ad #adefd7

Analogous Colors of #d7adef

#d7adef #efade6 #b6adef

Monochromatic Colors of #d7adef

#d7adef

Complementary Color

#d7adef #c5efad

#d7adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7adef Color CSS Codes

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

#d7adef Text Font Color

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

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


#d7adef Background Color

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

This div background color is #d7adef


#d7adef Border Color

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

This div border color is #d7adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7adef


Comments

No comments written yet.

Please login to write comment.