Color Hex Logo

#a275cc Color Hex

#A275CC
(162,117,204)
0 Favorites   0 Comments

Color spaces of #a275cc

RGB 162117204
HSL0.750.460.63
HSV271°43°80°
CMYK 0.210.430.00   0.20
XYZ32.160724.763660.2115
Yxy24.76360.27460.2114
Hunter Lab49.763028.2751-36.9047
CIE-Lab56.844434.4325-38.5672

#a275cc color RGB value is (162,117,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110101 11001100
Octal 242 165 314
Decimal 162 117 204
Hex A2 75 CC

RGB Percentages of Color #a275cc

%33.54
%24.22
%42.24

CMYK Percentages of Color #a275cc

%21
%43
%0
%20

Triadic Colors of #a275cc

#a275cc #cca275 #75cca2

Analogous Colors of #a275cc

#a275cc #cc75cb #7775cc

Monochromatic Colors of #a275cc

#a275cc

Complementary Color

#a275cc #9fcc75

#a275cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a275cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a275cc Color CSS Codes

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

#a275cc Text Font Color

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

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


#a275cc Background Color

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

This div background color is #a275cc


#a275cc Border Color

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

This div border color is #a275cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a275cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a275cc


Comments

No comments written yet.

Please login to write comment.