Color Hex Logo

#a735eb Color Hex

#A735EB
(167,53,235)
0 Favorites   0 Comments

Color spaces of #a735eb

RGB 16753235
HSL0.770.820.56
HSV278°77°92°
CMYK 0.290.770.00   0.08
XYZ32.204816.759980.1349
Yxy16.75990.24950.1298
Hunter Lab40.938968.7751-87.3988
CIE-Lab47.956172.9032-70.3030

#a735eb color RGB value is (167,53,235).

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

The process color (four color CMYK) of #a735eb color hex is 0.29, 0.77, 0.00, 0.08. Web safe color of #a735eb is #9933ff. Color #a735eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110101 11101011
Octal 247 65 353
Decimal 167 53 235
Hex A7 35 EB

RGB Percentages of Color #a735eb

%36.70
%11.65
%51.65

CMYK Percentages of Color #a735eb

%29
%77
%0
%8

Triadic Colors of #a735eb

#a735eb #eba735 #35eba7

Analogous Colors of #a735eb

#a735eb #eb35d4 #4c35eb

Monochromatic Colors of #a735eb

#a735eb

Complementary Color

#a735eb #79eb35

#a735eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a735eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a735eb Color CSS Codes

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

#a735eb Text Font Color

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

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


#a735eb Background Color

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

This div background color is #a735eb


#a735eb Border Color

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

This div border color is #a735eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a735eb


Comments

No comments written yet.

Please login to write comment.