Color Hex Logo

#aba7ca Color Hex

#ABA7CA
(171,167,202)
0 Favorites   0 Comments

Color spaces of #aba7ca

RGB 171167202
HSL0.690.250.72
HSV247°17°79°
CMYK 0.150.170.00   0.21
XYZ41.274040.559661.5305
Yxy40.55960.28790.2829
Hunter Lab63.68644.2313-12.7024
CIE-Lab69.86638.5177-17.3057

#aba7ca color RGB value is (171,167,202).

#aba7ca hex color red value is 171, green value is 167 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aba7ca hue: 0.69 , saturation: 0.25 and the lightness value of aba7ca is 0.72.

The process color (four color CMYK) of #aba7ca color hex is 0.15, 0.17, 0.00, 0.21. Web safe color of #aba7ca is #9999cc. Color #aba7ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 11001010
Octal 253 247 312
Decimal 171 167 202
Hex AB A7 CA

RGB Percentages of Color #aba7ca

%31.67
%30.93
%37.41

CMYK Percentages of Color #aba7ca

%15
%17
%0
%21

Triadic Colors of #aba7ca

#aba7ca #caaba7 #a7caab

Analogous Colors of #aba7ca

#aba7ca #bda7ca #a7b5ca

Monochromatic Colors of #aba7ca

#aba7ca

Complementary Color

#aba7ca #c6caa7

#aba7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba7ca Color CSS Codes

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

#aba7ca Text Font Color

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

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


#aba7ca Background Color

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

This div background color is #aba7ca


#aba7ca Border Color

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

This div border color is #aba7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba7ca


Comments

No comments written yet.

Please login to write comment.