Color Hex Logo

#a35cb9 Color Hex

#A35CB9
(163,92,185)
0 Favorites   0 Comments

Color spaces of #a35cb9

RGB 16392185
HSL0.790.400.54
HSV286°50°73°
CMYK 0.120.500.00   0.27
XYZ27.688418.943648.0961
Yxy18.94360.29230.2000
Hunter Lab43.524237.3872-35.0509
CIE-Lab50.621244.2938-37.4523

#a35cb9 color RGB value is (163,92,185).

#a35cb9 hex color red value is 163, green value is 92 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #a35cb9 hue: 0.79 , saturation: 0.40 and the lightness value of a35cb9 is 0.54.

The process color (four color CMYK) of #a35cb9 color hex is 0.12, 0.50, 0.00, 0.27. Web safe color of #a35cb9 is #9966cc. Color #a35cb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011100 10111001
Octal 243 134 271
Decimal 163 92 185
Hex A3 5C B9

RGB Percentages of Color #a35cb9

%37.05
%20.91
%42.05

CMYK Percentages of Color #a35cb9

%12
%50
%0
%27

Triadic Colors of #a35cb9

#a35cb9 #b9a35c #5cb9a3

Analogous Colors of #a35cb9

#a35cb9 #b95ca1 #755cb9

Monochromatic Colors of #a35cb9

#a35cb9

Complementary Color

#a35cb9 #72b95c

#a35cb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35cb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35cb9 Color CSS Codes

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

#a35cb9 Text Font Color

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

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


#a35cb9 Background Color

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

This div background color is #a35cb9


#a35cb9 Border Color

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

This div border color is #a35cb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,92,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35cb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35cb9;
  -webkit-box-shadow: 1px 1px 3px 2px #a35cb9;
  box-shadow:         1px 1px 3px 2px #a35cb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,92,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a35cb9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35cb9


Comments

No comments written yet.

Please login to write comment.