Color Hex Logo

#a62293 Color Hex

#A62293
(166,34,147)
0 Favorites   0 Comments

Color spaces of #a62293

RGB 16634147
HSL0.860.660.39
HSV309°80°65°
CMYK 0.000.800.11   0.35
XYZ21.564411.357628.6594
Yxy11.35760.35020.1844
Hunter Lab33.701055.2406-26.8296
CIE-Lab40.176362.8160-31.3179

#a62293 color RGB value is (166,34,147).

#a62293 hex color red value is 166, green value is 34 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a62293 hue: 0.86 , saturation: 0.66 and the lightness value of a62293 is 0.39.

The process color (four color CMYK) of #a62293 color hex is 0.00, 0.80, 0.11, 0.35. Web safe color of #a62293 is #993399. Color #a62293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100010 10010011
Octal 246 42 223
Decimal 166 34 147
Hex A6 22 93

RGB Percentages of Color #a62293

%47.84
%9.80
%42.36

CMYK Percentages of Color #a62293

%0
%80
%11
%35

Triadic Colors of #a62293

#a62293 #93a622 #2293a6

Analogous Colors of #a62293

#a62293 #a62251 #7722a6

Monochromatic Colors of #a62293

#a62293

Complementary Color

#a62293 #22a635

#a62293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62293 Color CSS Codes

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

#a62293 Text Font Color

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

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


#a62293 Background Color

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

This div background color is #a62293


#a62293 Border Color

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

This div border color is #a62293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62293


Comments

No comments written yet.

Please login to write comment.