Color Hex Logo

#a536cb Color Hex

#A536CB
(165,54,203)
0 Favorites   0 Comments

Color spaces of #a536cb

RGB 16554203
HSL0.790.590.50
HSV285°73°80°
CMYK 0.190.730.00   0.20
XYZ27.615714.949557.9299
Yxy14.94950.27480.1488
Hunter Lab38.664659.8284-61.7671
CIE-Lab45.565065.7974-55.9142

#a536cb color RGB value is (165,54,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110110 11001011
Octal 245 66 313
Decimal 165 54 203
Hex A5 36 CB

RGB Percentages of Color #a536cb

%39.10
%12.80
%48.10

CMYK Percentages of Color #a536cb

%19
%73
%0
%20

Triadic Colors of #a536cb

#a536cb #cba536 #36cba5

Analogous Colors of #a536cb

#a536cb #cb36a7 #5b36cb

Monochromatic Colors of #a536cb

#a536cb

Complementary Color

#a536cb #5ccb36

#a536cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a536cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a536cb Color CSS Codes

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

#a536cb Text Font Color

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

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


#a536cb Background Color

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

This div background color is #a536cb


#a536cb Border Color

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

This div border color is #a536cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a536cb


Comments

No comments written yet.

Please login to write comment.