Color Hex Logo

#a252eb Color Hex

#A252EB
(162,82,235)
0 Favorites   0 Comments

Color spaces of #a252eb

RGB 16282235
HSL0.750.790.62
HSV271°65°92°
CMYK 0.310.650.00   0.08
XYZ32.913019.714180.6678
Yxy19.71410.24690.1479
Hunter Lab44.400654.6165-76.6388
CIE-Lab51.512460.1108-64.5707

#a252eb color RGB value is (162,82,235).

#a252eb hex color red value is 162, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a252eb hue: 0.75 , saturation: 0.79 and the lightness value of a252eb is 0.62.

The process color (four color CMYK) of #a252eb color hex is 0.31, 0.65, 0.00, 0.08. Web safe color of #a252eb is #9966ff. Color #a252eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010010 11101011
Octal 242 122 353
Decimal 162 82 235
Hex A2 52 EB

RGB Percentages of Color #a252eb

%33.82
%17.12
%49.06

CMYK Percentages of Color #a252eb

%31
%65
%0
%8

Triadic Colors of #a252eb

#a252eb #eba252 #52eba2

Analogous Colors of #a252eb

#a252eb #eb52e8 #5552eb

Monochromatic Colors of #a252eb

#a252eb

Complementary Color

#a252eb #9beb52

#a252eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a252eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a252eb Color CSS Codes

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

#a252eb Text Font Color

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

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


#a252eb Background Color

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

This div background color is #a252eb


#a252eb Border Color

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

This div border color is #a252eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a252eb


Comments

No comments written yet.

Please login to write comment.