Color Hex Logo

#a735ba Color Hex

#A735BA
(167,53,186)
0 Favorites   0 Comments

Color spaces of #a735ba

RGB 16753186
HSL0.810.560.47
HSV291°72°73°
CMYK 0.100.720.00   0.27
XYZ26.072414.306947.8417
Yxy14.30690.29550.1622
Hunter Lab37.824556.8472-48.5149
CIE-Lab44.669963.3678-47.4441

#a735ba color RGB value is (167,53,186).

#a735ba hex color red value is 167, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a735ba hue: 0.81 , saturation: 0.56 and the lightness value of a735ba is 0.47.

The process color (four color CMYK) of #a735ba color hex is 0.10, 0.72, 0.00, 0.27. Web safe color of #a735ba is #9933cc. Color #a735ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 10111010
Octal 247 65 272
Decimal 167 53 186
Hex A7 35 BA

RGB Percentages of Color #a735ba

%41.13
%13.05
%45.81

CMYK Percentages of Color #a735ba

%10
%72
%0
%27

Triadic Colors of #a735ba

#a735ba #baa735 #35baa7

Analogous Colors of #a735ba

#a735ba #ba358b #6535ba

Monochromatic Colors of #a735ba

#a735ba

Complementary Color

#a735ba #48ba35

#a735ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a735ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a735ba Color CSS Codes

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

#a735ba Text Font Color

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

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


#a735ba Background Color

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

This div background color is #a735ba


#a735ba Border Color

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

This div border color is #a735ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,53,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a735ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a735ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a735ba;
  box-shadow:         1px 1px 3px 2px #a735ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,53,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a735ba


Comments

No comments written yet.

Please login to write comment.