Color Hex Logo

#d2abea Color Hex

#D2ABEA
(210,171,234)
0 Favorites   0 Comments

Color spaces of #d2abea

RGB 210171234
HSL0.770.600.79
HSV277°27°92°
CMYK 0.100.270.00   0.08
XYZ55.992548.768084.3039
Yxy48.76800.29620.2579
Hunter Lab69.834120.9104-22.6912
CIE-Lab75.306825.5841-26.2252

#d2abea color RGB value is (210,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101011 11101010
Octal 322 253 352
Decimal 210 171 234
Hex D2 AB EA

RGB Percentages of Color #d2abea

%34.15
%27.80
%38.05

CMYK Percentages of Color #d2abea

%10
%27
%0
%8

Triadic Colors of #d2abea

#d2abea #ead2ab #abead2

Analogous Colors of #d2abea

#d2abea #eaabe3 #b3abea

Monochromatic Colors of #d2abea

#d2abea

Complementary Color

#d2abea #c3eaab

#d2abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2abea Color CSS Codes

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

#d2abea Text Font Color

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

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


#d2abea Background Color

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

This div background color is #d2abea


#d2abea Border Color

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

This div border color is #d2abea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,171,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 #d2abea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2abea

#d2abea Color Palettes


Comments

No comments written yet.

Please login to write comment.