Color Hex Logo

#a253ec Color Hex

#A253EC
(162,83,236)
0 Favorites   0 Comments

Color spaces of #a253ec

RGB 16283236
HSL0.750.800.63
HSV271°65°93°
CMYK 0.310.650.00   0.07
XYZ33.133919.924081.4563
Yxy19.92400.24630.1481
Hunter Lab44.636354.3885-76.9522
CIE-Lab51.751259.8654-64.7468

#a253ec color RGB value is (162,83,236).

#a253ec hex color red value is 162, green value is 83 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a253ec hue: 0.75 , saturation: 0.80 and the lightness value of a253ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 11101100
Octal 242 123 354
Decimal 162 83 236
Hex A2 53 EC

RGB Percentages of Color #a253ec

%33.68
%17.26
%49.06

CMYK Percentages of Color #a253ec

%31
%65
%0
%7

Triadic Colors of #a253ec

#a253ec #eca253 #53eca2

Analogous Colors of #a253ec

#a253ec #ec53ea #5653ec

Monochromatic Colors of #a253ec

#a253ec

Complementary Color

#a253ec #9dec53

#a253ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253ec Color CSS Codes

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

#a253ec Text Font Color

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

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


#a253ec Background Color

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

This div background color is #a253ec


#a253ec Border Color

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

This div border color is #a253ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,83,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253ec


Comments

No comments written yet.

Please login to write comment.