Color Hex Logo

#a532cb Color Hex

#A532CB
(165,50,203)
0 Favorites   0 Comments

Color spaces of #a532cb

RGB 16550203
HSL0.790.600.50
HSV285°75°80°
CMYK 0.190.750.00   0.20
XYZ27.437114.592357.8704
Yxy14.59230.27460.1461
Hunter Lab38.199961.3581-63.0807
CIE-Lab45.070767.2125-56.7109

#a532cb color RGB value is (165,50,203).

#a532cb hex color red value is 165, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a532cb hue: 0.79 , saturation: 0.60 and the lightness value of a532cb is 0.50.

The process color (four color CMYK) of #a532cb color hex is 0.19, 0.75, 0.00, 0.20. Web safe color of #a532cb is #9933cc. Color #a532cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 11001011
Octal 245 62 313
Decimal 165 50 203
Hex A5 32 CB

RGB Percentages of Color #a532cb

%39.47
%11.96
%48.56

CMYK Percentages of Color #a532cb

%19
%75
%0
%20

Triadic Colors of #a532cb

#a532cb #cba532 #32cba5

Analogous Colors of #a532cb

#a532cb #cb32a5 #5832cb

Monochromatic Colors of #a532cb

#a532cb

Complementary Color

#a532cb #58cb32

#a532cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532cb Color CSS Codes

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

#a532cb Text Font Color

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

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


#a532cb Background Color

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

This div background color is #a532cb


#a532cb Border Color

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

This div border color is #a532cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532cb


Comments

No comments written yet.

Please login to write comment.