Color Hex Logo

#d2aeea Color Hex

#D2AEEA
(210,174,234)
0 Favorites   0 Comments

Color spaces of #d2aeea

RGB 210174234
HSL0.770.590.80
HSV276°26°92°
CMYK 0.100.260.00   0.08
XYZ56.565749.914384.4950
Yxy49.91430.29620.2614
Hunter Lab70.650119.2778-21.4537
CIE-Lab76.016623.9498-25.1400

#d2aeea color RGB value is (210,174,234).

#d2aeea hex color red value is 210, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2aeea hue: 0.77 , saturation: 0.59 and the lightness value of d2aeea is 0.80.

The process color (four color CMYK) of #d2aeea color hex is 0.10, 0.26, 0.00, 0.08. Web safe color of #d2aeea is #cc99ff. Color #d2aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101110 11101010
Octal 322 256 352
Decimal 210 174 234
Hex D2 AE EA

RGB Percentages of Color #d2aeea

%33.98
%28.16
%37.86

CMYK Percentages of Color #d2aeea

%10
%26
%0
%8

Triadic Colors of #d2aeea

#d2aeea #ead2ae #aeead2

Analogous Colors of #d2aeea

#d2aeea #eaaee4 #b4aeea

Monochromatic Colors of #d2aeea

#d2aeea

Complementary Color

#d2aeea #c6eaae

#d2aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2aeea Color CSS Codes

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

#d2aeea Text Font Color

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

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


#d2aeea Background Color

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

This div background color is #d2aeea


#d2aeea Border Color

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

This div border color is #d2aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2aeea


Comments

No comments written yet.

Please login to write comment.