Color Hex Logo

#a257ca Color Hex

#A257CA
(162,87,202)
0 Favorites   0 Comments

Color spaces of #a257ca

RGB 16287202
HSL0.780.520.57
HSV279°57°79°
CMYK 0.200.570.00   0.21
XYZ28.969218.762057.9717
Yxy18.76200.27410.1775
Hunter Lab43.315143.5795-49.0314
CIE-Lab50.407650.2482-47.6038

#a257ca color RGB value is (162,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010111 11001010
Octal 242 127 312
Decimal 162 87 202
Hex A2 57 CA

RGB Percentages of Color #a257ca

%35.92
%19.29
%44.79

CMYK Percentages of Color #a257ca

%20
%57
%0
%21

Triadic Colors of #a257ca

#a257ca #caa257 #57caa2

Analogous Colors of #a257ca

#a257ca #ca57b9 #6957ca

Monochromatic Colors of #a257ca

#a257ca

Complementary Color

#a257ca #7fca57

#a257ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a257ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a257ca Color CSS Codes

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

#a257ca Text Font Color

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

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


#a257ca Background Color

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

This div background color is #a257ca


#a257ca Border Color

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

This div border color is #a257ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a257ca


Comments

No comments written yet.

Please login to write comment.