Color Hex Logo

#aba7da Color Hex

#ABA7DA
(171,167,218)
0 Favorites   0 Comments

Color spaces of #aba7da

RGB 171167218
HSL0.680.410.75
HSV245°23°85°
CMYK 0.220.230.00   0.15
XYZ43.268241.357372.0319
Yxy41.35730.27620.2640
Hunter Lab64.30967.5548-21.3928
CIE-Lab70.425512.1094-25.2587

#aba7da color RGB value is (171,167,218).

#aba7da hex color red value is 171, green value is 167 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aba7da hue: 0.68 , saturation: 0.41 and the lightness value of aba7da is 0.75.

The process color (four color CMYK) of #aba7da color hex is 0.22, 0.23, 0.00, 0.15. Web safe color of #aba7da is #9999cc. Color #aba7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11011010
Octal 253 247 332
Decimal 171 167 218
Hex AB A7 DA

RGB Percentages of Color #aba7da

%30.76
%30.04
%39.21

CMYK Percentages of Color #aba7da

%22
%23
%0
%15

Triadic Colors of #aba7da

#aba7da #daaba7 #a7daab

Analogous Colors of #aba7da

#aba7da #c5a7da #a7bdda

Monochromatic Colors of #aba7da

#aba7da

Complementary Color

#aba7da #d6daa7

#aba7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7da Color CSS Codes

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

#aba7da Text Font Color

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

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


#aba7da Background Color

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

This div background color is #aba7da


#aba7da Border Color

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

This div border color is #aba7da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,167,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7da


Comments

No comments written yet.

Please login to write comment.