Color Hex Logo

#a35fbb Color Hex

#A35FBB
(163,95,187)
0 Favorites   0 Comments

Color spaces of #a35fbb

RGB 16395187
HSL0.790.400.55
HSV284°49°73°
CMYK 0.130.490.00   0.27
XYZ28.166119.558849.3044
Yxy19.55880.29030.2016
Hunter Lab44.225336.2882-35.1414
CIE-Lab51.334743.1136-37.4871

#a35fbb color RGB value is (163,95,187).

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

The process color (four color CMYK) of #a35fbb color hex is 0.13, 0.49, 0.00, 0.27. Web safe color of #a35fbb is #9966cc. Color #a35fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 10111011
Octal 243 137 273
Decimal 163 95 187
Hex A3 5F BB

RGB Percentages of Color #a35fbb

%36.63
%21.35
%42.02

CMYK Percentages of Color #a35fbb

%13
%49
%0
%27

Triadic Colors of #a35fbb

#a35fbb #bba35f #5fbba3

Analogous Colors of #a35fbb

#a35fbb #bb5fa5 #755fbb

Monochromatic Colors of #a35fbb

#a35fbb

Complementary Color

#a35fbb #77bb5f

#a35fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35fbb Color CSS Codes

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

#a35fbb Text Font Color

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

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


#a35fbb Background Color

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

This div background color is #a35fbb


#a35fbb Border Color

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

This div border color is #a35fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35fbb


Comments

No comments written yet.

Please login to write comment.