Color Hex Logo

#a62bbe Color Hex

#A62BBE
(166,43,190)
0 Favorites   0 Comments

Color spaces of #a62bbe

RGB 16643190
HSL0.810.630.46
HSV290°77°75°
CMYK 0.130.770.00   0.25
XYZ25.884013.552549.9668
Yxy13.55250.28950.1516
Hunter Lab36.813761.0807-54.7040
CIE-Lab43.584267.2631-51.5347

#a62bbe color RGB value is (166,43,190).

#a62bbe hex color red value is 166, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a62bbe hue: 0.81 , saturation: 0.63 and the lightness value of a62bbe is 0.46.

The process color (four color CMYK) of #a62bbe color hex is 0.13, 0.77, 0.00, 0.25. Web safe color of #a62bbe is #9933cc. Color #a62bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101011 10111110
Octal 246 53 276
Decimal 166 43 190
Hex A6 2B BE

RGB Percentages of Color #a62bbe

%41.60
%10.78
%47.62

CMYK Percentages of Color #a62bbe

%13
%77
%0
%25

Triadic Colors of #a62bbe

#a62bbe #bea62b #2bbea6

Analogous Colors of #a62bbe

#a62bbe #be2b8d #5c2bbe

Monochromatic Colors of #a62bbe

#a62bbe

Complementary Color

#a62bbe #43be2b

#a62bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62bbe Color CSS Codes

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

#a62bbe Text Font Color

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

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


#a62bbe Background Color

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

This div background color is #a62bbe


#a62bbe Border Color

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

This div border color is #a62bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,43,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a62bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a62bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #a62bbe;
  box-shadow:         1px 1px 3px 2px #a62bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,43,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62bbe


Comments

No comments written yet.

Please login to write comment.