Color Hex Logo

#a262ee Color Hex

#A262EE
(162,98,238)
0 Favorites   0 Comments

Color spaces of #a262ee

RGB 16298238
HSL0.740.800.66
HSV267°59°93°
CMYK 0.320.590.00   0.07
XYZ34.700622.589883.4203
Yxy22.58980.24660.1605
Hunter Lab47.528747.1471-70.7930
CIE-Lab54.647352.8433-61.2011

#a262ee color RGB value is (162,98,238).

#a262ee hex color red value is 162, green value is 98 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a262ee hue: 0.74 , saturation: 0.80 and the lightness value of a262ee is 0.66.

The process color (four color CMYK) of #a262ee color hex is 0.32, 0.59, 0.00, 0.07. Web safe color of #a262ee is #9966ff. Color #a262ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100010 11101110
Octal 242 142 356
Decimal 162 98 238
Hex A2 62 EE

RGB Percentages of Color #a262ee

%32.53
%19.68
%47.79

CMYK Percentages of Color #a262ee

%32
%59
%0
%7

Triadic Colors of #a262ee

#a262ee #eea262 #62eea2

Analogous Colors of #a262ee

#a262ee #e862ee #6268ee

Monochromatic Colors of #a262ee

#a262ee

Complementary Color

#a262ee #aeee62

#a262ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a262ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a262ee Color CSS Codes

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

#a262ee Text Font Color

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

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


#a262ee Background Color

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

This div background color is #a262ee


#a262ee Border Color

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

This div border color is #a262ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a262ee


Comments

No comments written yet.

Please login to write comment.