Color Hex Logo

#a62bae Color Hex

#A62BAE
(166,43,174)
0 Favorites   0 Comments

Color spaces of #a62bae

RGB 16643174
HSL0.820.600.43
HSV296°75°68°
CMYK 0.050.750.00   0.32
XYZ24.229712.890741.2555
Yxy12.89070.30910.1645
Hunter Lab35.903657.6301-42.9954
CIE-Lab42.598164.4565-43.6917

#a62bae color RGB value is (166,43,174).

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

The process color (four color CMYK) of #a62bae color hex is 0.05, 0.75, 0.00, 0.32. Web safe color of #a62bae is #993399. Color #a62bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101011 10101110
Octal 246 53 256
Decimal 166 43 174
Hex A6 2B AE

RGB Percentages of Color #a62bae

%43.34
%11.23
%45.43

CMYK Percentages of Color #a62bae

%5
%75
%0
%32

Triadic Colors of #a62bae

#a62bae #aea62b #2baea6

Analogous Colors of #a62bae

#a62bae #ae2b75 #652bae

Monochromatic Colors of #a62bae

#a62bae

Complementary Color

#a62bae #33ae2b

#a62bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62bae Color CSS Codes

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

#a62bae Text Font Color

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

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


#a62bae Background Color

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

This div background color is #a62bae


#a62bae Border Color

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

This div border color is #a62bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62bae


Comments

No comments written yet.

Please login to write comment.