Color Hex Logo

#d1abea Color Hex

#D1ABEA
(209,171,234)
0 Favorites   0 Comments

Color spaces of #d1abea

RGB 209171234
HSL0.770.600.79
HSV276°27°92°
CMYK 0.110.270.00   0.08
XYZ55.708748.621684.2907
Yxy48.62160.29530.2578
Hunter Lab69.729220.5828-22.8611
CIE-Lab75.215325.2690-26.3733

#d1abea color RGB value is (209,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101011 11101010
Octal 321 253 352
Decimal 209 171 234
Hex D1 AB EA

RGB Percentages of Color #d1abea

%34.04
%27.85
%38.11

CMYK Percentages of Color #d1abea

%11
%27
%0
%8

Triadic Colors of #d1abea

#d1abea #ead1ab #abead1

Analogous Colors of #d1abea

#d1abea #eaabe4 #b2abea

Monochromatic Colors of #d1abea

#d1abea

Complementary Color

#d1abea #c4eaab

#d1abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1abea Color CSS Codes

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

#d1abea Text Font Color

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

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


#d1abea Background Color

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

This div background color is #d1abea


#d1abea Border Color

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

This div border color is #d1abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1abea


Comments

No comments written yet.

Please login to write comment.