Color Hex Logo

#a075ca Color Hex

#A075CA
(160,117,202)
0 Favorites   0 Comments

Color spaces of #a075ca

RGB 160117202
HSL0.750.450.63
HSV270°42°79°
CMYK 0.210.420.00   0.21
XYZ31.519224.460458.9372
Yxy24.46040.27430.2129
Hunter Lab49.457527.2074-36.0342
CIE-Lab56.545833.3870-37.9155

#a075ca color RGB value is (160,117,202).

#a075ca hex color red value is 160, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a075ca hue: 0.75 , saturation: 0.45 and the lightness value of a075ca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 11001010
Octal 240 165 312
Decimal 160 117 202
Hex A0 75 CA

RGB Percentages of Color #a075ca

%33.40
%24.43
%42.17

CMYK Percentages of Color #a075ca

%21
%42
%0
%21

Triadic Colors of #a075ca

#a075ca #caa075 #75caa0

Analogous Colors of #a075ca

#a075ca #ca75ca #7675ca

Monochromatic Colors of #a075ca

#a075ca

Complementary Color

#a075ca #9fca75

#a075ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a075ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a075ca Color CSS Codes

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

#a075ca Text Font Color

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

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


#a075ca Background Color

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

This div background color is #a075ca


#a075ca Border Color

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

This div border color is #a075ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a075ca


Comments

No comments written yet.

Please login to write comment.