Color Hex Logo

#a573cb Color Hex

#A573CB
(165,115,203)
0 Favorites   0 Comments

Color spaces of #a573cb

RGB 165115203
HSL0.760.460.62
HSV274°43°80°
CMYK 0.190.430.00   0.20
XYZ32.427324.572659.5338
Yxy24.57260.27830.2109
Hunter Lab49.570830.0191-36.5069
CIE-Lab56.656636.2019-38.2727

#a573cb color RGB value is (165,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 11001011
Octal 245 163 313
Decimal 165 115 203
Hex A5 73 CB

RGB Percentages of Color #a573cb

%34.16
%23.81
%42.03

CMYK Percentages of Color #a573cb

%19
%43
%0
%20

Triadic Colors of #a573cb

#a573cb #cba573 #73cba5

Analogous Colors of #a573cb

#a573cb #cb73c5 #7973cb

Monochromatic Colors of #a573cb

#a573cb

Complementary Color

#a573cb #99cb73

#a573cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573cb Color CSS Codes

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

#a573cb Text Font Color

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

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


#a573cb Background Color

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

This div background color is #a573cb


#a573cb Border Color

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

This div border color is #a573cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573cb


Comments

No comments written yet.

Please login to write comment.