Color Hex Logo

#a583cb Color Hex

#A583CB
(165,131,203)
0 Favorites   0 Comments

Color spaces of #a583cb

RGB 165131203
HSL0.750.410.65
HSV268°35°80°
CMYK 0.190.350.00   0.20
XYZ34.412828.543760.1956
Yxy28.54370.27940.2318
Hunter Lab53.426321.4789-29.4038
CIE-Lab60.376827.1565-32.4623

#a583cb color RGB value is (165,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000011 11001011
Octal 245 203 313
Decimal 165 131 203
Hex A5 83 CB

RGB Percentages of Color #a583cb

%33.07
%26.25
%40.68

CMYK Percentages of Color #a583cb

%19
%35
%0
%20

Triadic Colors of #a583cb

#a583cb #cba583 #83cba5

Analogous Colors of #a583cb

#a583cb #c983cb #8385cb

Monochromatic Colors of #a583cb

#a583cb

Complementary Color

#a583cb #a9cb83

#a583cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a583cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a583cb Color CSS Codes

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

#a583cb Text Font Color

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

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


#a583cb Background Color

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

This div background color is #a583cb


#a583cb Border Color

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

This div border color is #a583cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a583cb


Comments

No comments written yet.

Please login to write comment.