Color Hex Logo

#a770ca Color Hex

#A770CA
(167,112,202)
0 Favorites   0 Comments

Color spaces of #a770ca

RGB 167112202
HSL0.770.460.62
HSV277°45°79°
CMYK 0.170.450.00   0.21
XYZ32.391224.068158.8155
Yxy24.06810.28100.2088
Hunter Lab49.059232.0003-36.7393
CIE-Lab56.155938.2303-38.4756

#a770ca color RGB value is (167,112,202).

#a770ca hex color red value is 167, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a770ca hue: 0.77 , saturation: 0.46 and the lightness value of a770ca is 0.62.

The process color (four color CMYK) of #a770ca color hex is 0.17, 0.45, 0.00, 0.21. Web safe color of #a770ca is #9966cc. Color #a770ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 11001010
Octal 247 160 312
Decimal 167 112 202
Hex A7 70 CA

RGB Percentages of Color #a770ca

%34.72
%23.28
%42.00

CMYK Percentages of Color #a770ca

%17
%45
%0
%21

Triadic Colors of #a770ca

#a770ca #caa770 #70caa7

Analogous Colors of #a770ca

#a770ca #ca70c0 #7a70ca

Monochromatic Colors of #a770ca

#a770ca

Complementary Color

#a770ca #93ca70

#a770ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770ca Color CSS Codes

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

#a770ca Text Font Color

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

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


#a770ca Background Color

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

This div background color is #a770ca


#a770ca Border Color

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

This div border color is #a770ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770ca


Comments

No comments written yet.

Please login to write comment.