Color Hex Logo

#a262bb Color Hex

#A262BB
(162,98,187)
0 Favorites   0 Comments

Color spaces of #a262bb

RGB 16298187
HSL0.790.400.56
HSV283°48°73°
CMYK 0.130.480.00   0.27
XYZ28.237620.004649.3867
Yxy20.00460.28920.2049
Hunter Lab44.726534.4227-34.1591
CIE-Lab51.842441.2069-36.6971

#a262bb color RGB value is (162,98,187).

#a262bb hex color red value is 162, green value is 98 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a262bb hue: 0.79 , saturation: 0.40 and the lightness value of a262bb is 0.56.

The process color (four color CMYK) of #a262bb color hex is 0.13, 0.48, 0.00, 0.27. Web safe color of #a262bb is #9966cc. Color #a262bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100010 10111011
Octal 242 142 273
Decimal 162 98 187
Hex A2 62 BB

RGB Percentages of Color #a262bb

%36.24
%21.92
%41.83

CMYK Percentages of Color #a262bb

%13
%48
%0
%27

Triadic Colors of #a262bb

#a262bb #bba262 #62bba2

Analogous Colors of #a262bb

#a262bb #bb62a8 #7662bb

Monochromatic Colors of #a262bb

#a262bb

Complementary Color

#a262bb #7bbb62

#a262bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a262bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a262bb Color CSS Codes

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

#a262bb Text Font Color

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

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


#a262bb Background Color

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

This div background color is #a262bb


#a262bb Border Color

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

This div border color is #a262bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a262bb


Comments

No comments written yet.

Please login to write comment.