Color Hex Logo

#a735b4 Color Hex

#A735B4
(167,53,180)
0 Favorites   0 Comments

Color spaces of #a735b4

RGB 16753180
HSL0.820.550.46
HSV294°71°71°
CMYK 0.070.710.00   0.29
XYZ25.447714.057044.5520
Yxy14.05700.30270.1672
Hunter Lab37.492755.5426-44.2086
CIE-Lab44.314662.2837-44.4886

#a735b4 color RGB value is (167,53,180).

#a735b4 hex color red value is 167, green value is 53 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a735b4 hue: 0.82 , saturation: 0.55 and the lightness value of a735b4 is 0.46.

The process color (four color CMYK) of #a735b4 color hex is 0.07, 0.71, 0.00, 0.29. Web safe color of #a735b4 is #9933cc. Color #a735b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 10110100
Octal 247 65 264
Decimal 167 53 180
Hex A7 35 B4

RGB Percentages of Color #a735b4

%41.75
%13.25
%45.00

CMYK Percentages of Color #a735b4

%7
%71
%0
%29

Triadic Colors of #a735b4

#a735b4 #b4a735 #35b4a7

Analogous Colors of #a735b4

#a735b4 #b43582 #6835b4

Monochromatic Colors of #a735b4

#a735b4

Complementary Color

#a735b4 #42b435

#a735b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a735b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a735b4 Color CSS Codes

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

#a735b4 Text Font Color

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

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


#a735b4 Background Color

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

This div background color is #a735b4


#a735b4 Border Color

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

This div border color is #a735b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a735b4


Comments

No comments written yet.

Please login to write comment.