Color Hex Logo

#a262ce Color Hex

#A262CE
(162,98,206)
0 Favorites   0 Comments

Color spaces of #a262ce

RGB 16298206
HSL0.770.520.60
HSV276°52°81°
CMYK 0.210.520.00   0.19
XYZ30.408620.873060.8187
Yxy20.87300.27130.1862
Hunter Lab45.687038.8548-46.9462
CIE-Lab52.810245.3753-46.0726

#a262ce color RGB value is (162,98,206).

#a262ce hex color red value is 162, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a262ce hue: 0.77 , saturation: 0.52 and the lightness value of a262ce is 0.60.

The process color (four color CMYK) of #a262ce color hex is 0.21, 0.52, 0.00, 0.19. Web safe color of #a262ce is #9966cc. Color #a262ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100010 11001110
Octal 242 142 316
Decimal 162 98 206
Hex A2 62 CE

RGB Percentages of Color #a262ce

%34.76
%21.03
%44.21

CMYK Percentages of Color #a262ce

%21
%52
%0
%19

Triadic Colors of #a262ce

#a262ce #cea262 #62cea2

Analogous Colors of #a262ce

#a262ce #ce62c4 #6c62ce

Monochromatic Colors of #a262ce

#a262ce

Complementary Color

#a262ce #8ece62

#a262ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a262ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a262ce Color CSS Codes

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

#a262ce Text Font Color

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

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


#a262ce Background Color

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

This div background color is #a262ce


#a262ce Border Color

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

This div border color is #a262ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a262ce


Comments

No comments written yet.

Please login to write comment.