Color Hex Logo

#ab85ca Color Hex

#AB85CA
(171,133,202)
0 Favorites   0 Comments

Color spaces of #ab85ca

RGB 171133202
HSL0.760.390.66
HSV273°34°79°
CMYK 0.150.340.00   0.21
XYZ35.842829.697359.7201
Yxy29.69730.28610.2371
Hunter Lab54.495222.0370-26.8279
CIE-Lab61.392227.6492-30.2784

#ab85ca color RGB value is (171,133,202).

#ab85ca hex color red value is 171, green value is 133 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab85ca hue: 0.76 , saturation: 0.39 and the lightness value of ab85ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 11001010
Octal 253 205 312
Decimal 171 133 202
Hex AB 85 CA

RGB Percentages of Color #ab85ca

%33.79
%26.28
%39.92

CMYK Percentages of Color #ab85ca

%15
%34
%0
%21

Triadic Colors of #ab85ca

#ab85ca #caab85 #85caab

Analogous Colors of #ab85ca

#ab85ca #ca85c7 #8985ca

Monochromatic Colors of #ab85ca

#ab85ca

Complementary Color

#ab85ca #a4ca85

#ab85ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab85ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab85ca Color CSS Codes

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

#ab85ca Text Font Color

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

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


#ab85ca Background Color

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

This div background color is #ab85ca


#ab85ca Border Color

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

This div border color is #ab85ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab85ca


Comments

No comments written yet.

Please login to write comment.