Color Hex Logo

#a62cb1 Color Hex

#A62CB1
(166,44,177)
0 Favorites   0 Comments

Color spaces of #a62cb1

RGB 16644177
HSL0.820.600.43
HSV295°75°69°
CMYK 0.060.750.00   0.31
XYZ24.562413.082742.8256
Yxy13.08270.30520.1626
Hunter Lab36.170057.9186-44.8808
CIE-Lab42.887664.6532-45.0057

#a62cb1 color RGB value is (166,44,177).

#a62cb1 hex color red value is 166, green value is 44 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a62cb1 hue: 0.82 , saturation: 0.60 and the lightness value of a62cb1 is 0.43.

The process color (four color CMYK) of #a62cb1 color hex is 0.06, 0.75, 0.00, 0.31. Web safe color of #a62cb1 is #993399. Color #a62cb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101100 10110001
Octal 246 54 261
Decimal 166 44 177
Hex A6 2C B1

RGB Percentages of Color #a62cb1

%42.89
%11.37
%45.74

CMYK Percentages of Color #a62cb1

%6
%75
%0
%31

Triadic Colors of #a62cb1

#a62cb1 #b1a62c #2cb1a6

Analogous Colors of #a62cb1

#a62cb1 #b12c7a #642cb1

Monochromatic Colors of #a62cb1

#a62cb1

Complementary Color

#a62cb1 #37b12c

#a62cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62cb1 Color CSS Codes

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

#a62cb1 Text Font Color

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

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


#a62cb1 Background Color

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

This div background color is #a62cb1


#a62cb1 Border Color

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

This div border color is #a62cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62cb1


Comments

No comments written yet.

Please login to write comment.