Color Hex Logo

#d0aefa Color Hex

#D0AEFA
(208,174,250)
0 Favorites   0 Comments

Color spaces of #d0aefa

RGB 208174250
HSL0.740.880.83
HSV267°30°98°
CMYK 0.170.300.00   0.02
XYZ58.403850.584197.1280
Yxy50.58410.28340.2454
Hunter Lab71.122522.1148-31.1833
CIE-Lab76.426426.6906-33.1711

#d0aefa color RGB value is (208,174,250).

#d0aefa hex color red value is 208, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0aefa hue: 0.74 , saturation: 0.88 and the lightness value of d0aefa is 0.83.

The process color (four color CMYK) of #d0aefa color hex is 0.17, 0.30, 0.00, 0.02. Web safe color of #d0aefa is #cc99ff. Color #d0aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 11111010
Octal 320 256 372
Decimal 208 174 250
Hex D0 AE FA

RGB Percentages of Color #d0aefa

%32.91
%27.53
%39.56

CMYK Percentages of Color #d0aefa

%17
%30
%0
%2

Triadic Colors of #d0aefa

#d0aefa #fad0ae #aefad0

Analogous Colors of #d0aefa

#d0aefa #f6aefa #aeb2fa

Monochromatic Colors of #d0aefa

#d0aefa

Complementary Color

#d0aefa #d8faae

#d0aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aefa Color CSS Codes

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

#d0aefa Text Font Color

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

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


#d0aefa Background Color

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

This div background color is #d0aefa


#d0aefa Border Color

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

This div border color is #d0aefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aefa


Comments

No comments written yet.

Please login to write comment.