Color Hex Logo

#ab57ca Color Hex

#AB57CA
(171,87,202)
0 Favorites   0 Comments

Color spaces of #ab57ca

RGB 17187202
HSL0.790.520.57
HSV284°57°79°
CMYK 0.150.570.00   0.21
XYZ30.863519.738658.0604
Yxy19.73860.28400.1817
Hunter Lab44.428146.2518-46.3827
CIE-Lab51.540452.5456-45.7333

#ab57ca color RGB value is (171,87,202).

#ab57ca hex color red value is 171, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab57ca hue: 0.79 , saturation: 0.52 and the lightness value of ab57ca is 0.57.

The process color (four color CMYK) of #ab57ca color hex is 0.15, 0.57, 0.00, 0.21. Web safe color of #ab57ca is #9966cc. Color #ab57ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 11001010
Octal 253 127 312
Decimal 171 87 202
Hex AB 57 CA

RGB Percentages of Color #ab57ca

%37.17
%18.91
%43.91

CMYK Percentages of Color #ab57ca

%15
%57
%0
%21

Triadic Colors of #ab57ca

#ab57ca #caab57 #57caab

Analogous Colors of #ab57ca

#ab57ca #ca57b0 #7257ca

Monochromatic Colors of #ab57ca

#ab57ca

Complementary Color

#ab57ca #76ca57

#ab57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab57ca Color CSS Codes

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

#ab57ca Text Font Color

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

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


#ab57ca Background Color

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

This div background color is #ab57ca


#ab57ca Border Color

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

This div border color is #ab57ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab57ca


Comments

No comments written yet.

Please login to write comment.