Color Hex Logo

#a435eb Color Hex

#A435EB
(164,53,235)
0 Favorites   0 Comments

Color spaces of #a435eb

RGB 16453235
HSL0.770.820.56
HSV277°77°92°
CMYK 0.300.770.00   0.08
XYZ31.578316.436980.1055
Yxy16.43690.24650.1283
Hunter Lab40.542468.0834-88.7680
CIE-Lab47.542572.4105-70.9939

#a435eb color RGB value is (164,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 11101011
Octal 244 65 353
Decimal 164 53 235
Hex A4 35 EB

RGB Percentages of Color #a435eb

%36.28
%11.73
%51.99

CMYK Percentages of Color #a435eb

%30
%77
%0
%8

Triadic Colors of #a435eb

#a435eb #eba435 #35eba4

Analogous Colors of #a435eb

#a435eb #eb35d7 #4935eb

Monochromatic Colors of #a435eb

#a435eb

Complementary Color

#a435eb #7ceb35

#a435eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a435eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a435eb Color CSS Codes

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

#a435eb Text Font Color

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

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


#a435eb Background Color

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

This div background color is #a435eb


#a435eb Border Color

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

This div border color is #a435eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a435eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a435eb


Comments

No comments written yet.

Please login to write comment.