Color Hex Logo

#d0afee Color Hex

#D0AFEE
(208,175,238)
0 Favorites   0 Comments

Color spaces of #d0afee

RGB 208175238
HSL0.750.650.81
HSV271°26°93°
CMYK 0.130.260.00   0.07
XYZ56.775050.242987.5944
Yxy50.24290.29170.2582
Hunter Lab70.882218.9304-23.6515
CIE-Lab76.218123.5994-27.0129

#d0afee color RGB value is (208,175,238).

#d0afee hex color red value is 208, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d0afee hue: 0.75 , saturation: 0.65 and the lightness value of d0afee is 0.81.

The process color (four color CMYK) of #d0afee color hex is 0.13, 0.26, 0.00, 0.07. Web safe color of #d0afee is #cc99ff. Color #d0afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 11101110
Octal 320 257 356
Decimal 208 175 238
Hex D0 AF EE

RGB Percentages of Color #d0afee

%33.49
%28.18
%38.33

CMYK Percentages of Color #d0afee

%13
%26
%0
%7

Triadic Colors of #d0afee

#d0afee #eed0af #afeed0

Analogous Colors of #d0afee

#d0afee #eeafed #b1afee

Monochromatic Colors of #d0afee

#d0afee

Complementary Color

#d0afee #cdeeaf

#d0afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afee Color CSS Codes

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

#d0afee Text Font Color

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

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


#d0afee Background Color

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

This div background color is #d0afee


#d0afee Border Color

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

This div border color is #d0afee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,175,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0afee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0afee;
  -webkit-box-shadow: 1px 1px 3px 2px #d0afee;
  box-shadow:         1px 1px 3px 2px #d0afee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,175,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afee


Comments

No comments written yet.

Please login to write comment.