Color Hex Logo

#a255cc Color Hex

#A255CC
(162,85,204)
0 Favorites   0 Comments

Color spaces of #a255cc

RGB 16285204
HSL0.770.540.57
HSV279°58°80°
CMYK 0.210.580.00   0.20
XYZ29.047918.538059.1739
Yxy18.53800.27210.1736
Hunter Lab43.055845.0787-51.3464
CIE-Lab50.142251.6964-49.1741

#a255cc color RGB value is (162,85,204).

#a255cc hex color red value is 162, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a255cc hue: 0.77 , saturation: 0.54 and the lightness value of a255cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010101 11001100
Octal 242 125 314
Decimal 162 85 204
Hex A2 55 CC

RGB Percentages of Color #a255cc

%35.92
%18.85
%45.23

CMYK Percentages of Color #a255cc

%21
%58
%0
%20

Triadic Colors of #a255cc

#a255cc #cca255 #55cca2

Analogous Colors of #a255cc

#a255cc #cc55bb #6755cc

Monochromatic Colors of #a255cc

#a255cc

Complementary Color

#a255cc #7fcc55

#a255cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a255cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a255cc Color CSS Codes

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

#a255cc Text Font Color

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

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


#a255cc Background Color

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

This div background color is #a255cc


#a255cc Border Color

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

This div border color is #a255cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a255cc


Comments

No comments written yet.

Please login to write comment.