Color Hex Logo

#aba3ca Color Hex

#ABA3CA
(171,163,202)
0 Favorites   0 Comments

Color spaces of #aba3ca

RGB 171163202
HSL0.700.270.72
HSV252°19°79°
CMYK 0.150.190.00   0.21
XYZ40.552439.116661.2900
Yxy39.11660.28770.2775
Hunter Lab62.54336.2868-14.3216
CIE-Lab68.835610.7405-18.8669

#aba3ca color RGB value is (171,163,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100011 11001010
Octal 253 243 312
Decimal 171 163 202
Hex AB A3 CA

RGB Percentages of Color #aba3ca

%31.90
%30.41
%37.69

CMYK Percentages of Color #aba3ca

%15
%19
%0
%21

Triadic Colors of #aba3ca

#aba3ca #caaba3 #a3caab

Analogous Colors of #aba3ca

#aba3ca #bfa3ca #a3afca

Monochromatic Colors of #aba3ca

#aba3ca

Complementary Color

#aba3ca #c2caa3

#aba3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba3ca Color CSS Codes

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

#aba3ca Text Font Color

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

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


#aba3ca Background Color

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

This div background color is #aba3ca


#aba3ca Border Color

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

This div border color is #aba3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba3ca


Comments

No comments written yet.

Please login to write comment.