Color Hex Logo

#a577cb Color Hex

#A577CB
(165,119,203)
0 Favorites   0 Comments

Color spaces of #a577cb

RGB 165119203
HSL0.760.450.63
HSV273°41°80°
CMYK 0.190.410.00   0.20
XYZ32.893425.504859.6892
Yxy25.50480.27860.2160
Hunter Lab50.502327.8825-34.7239
CIE-Lab57.564033.9567-36.8504

#a577cb color RGB value is (165,119,203).

#a577cb hex color red value is 165, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a577cb hue: 0.76 , saturation: 0.45 and the lightness value of a577cb is 0.63.

The process color (four color CMYK) of #a577cb color hex is 0.19, 0.41, 0.00, 0.20. Web safe color of #a577cb is #9966cc. Color #a577cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 11001011
Octal 245 167 313
Decimal 165 119 203
Hex A5 77 CB

RGB Percentages of Color #a577cb

%33.88
%24.44
%41.68

CMYK Percentages of Color #a577cb

%19
%41
%0
%20

Triadic Colors of #a577cb

#a577cb #cba577 #77cba5

Analogous Colors of #a577cb

#a577cb #cb77c7 #7b77cb

Monochromatic Colors of #a577cb

#a577cb

Complementary Color

#a577cb #9dcb77

#a577cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a577cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a577cb Color CSS Codes

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

#a577cb Text Font Color

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

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


#a577cb Background Color

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

This div background color is #a577cb


#a577cb Border Color

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

This div border color is #a577cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,119,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a577cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a577cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a577cb;
  box-shadow:         1px 1px 3px 2px #a577cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,119,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a577cb


Comments

No comments written yet.

Please login to write comment.