Color Hex Logo

#a580cb Color Hex

#A580CB
(165,128,203)
0 Favorites   0 Comments

Color spaces of #a580cb

RGB 165128203
HSL0.750.420.65
HSV270°37°80°
CMYK 0.190.370.00   0.20
XYZ34.015727.749560.0633
Yxy27.74950.27920.2278
Hunter Lab52.677823.0769-30.7281
CIE-Lab59.661728.8625-33.5748

#a580cb color RGB value is (165,128,203).

#a580cb hex color red value is 165, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a580cb hue: 0.75 , saturation: 0.42 and the lightness value of a580cb is 0.65.

The process color (four color CMYK) of #a580cb color hex is 0.19, 0.37, 0.00, 0.20. Web safe color of #a580cb is #9999cc. Color #a580cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 11001011
Octal 245 200 313
Decimal 165 128 203
Hex A5 80 CB

RGB Percentages of Color #a580cb

%33.27
%25.81
%40.93

CMYK Percentages of Color #a580cb

%19
%37
%0
%20

Triadic Colors of #a580cb

#a580cb #cba580 #80cba5

Analogous Colors of #a580cb

#a580cb #cb80cb #8081cb

Monochromatic Colors of #a580cb

#a580cb

Complementary Color

#a580cb #a6cb80

#a580cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a580cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a580cb Color CSS Codes

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

#a580cb Text Font Color

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

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


#a580cb Background Color

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

This div background color is #a580cb


#a580cb Border Color

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

This div border color is #a580cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a580cb


Comments

No comments written yet.

Please login to write comment.