Color Hex Logo

#a62248 Color Hex

#A62248
(166,34,72)
0 Favorites   0 Comments

Color spaces of #a62248

RGB 1663472
HSL0.950.660.39
HSV343°80°65°
CMYK 0.000.800.57   0.35
XYZ17.46769.71897.0862
Yxy9.71890.50970.2836
Hunter Lab31.175245.45808.3458
CIE-Lab37.333154.388411.5058

#a62248 color RGB value is (166,34,72).

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

The process color (four color CMYK) of #a62248 color hex is 0.00, 0.80, 0.57, 0.35. Web safe color of #a62248 is #993333. Color #a62248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100010 01001000
Octal 246 42 110
Decimal 166 34 72
Hex A6 22 48

RGB Percentages of Color #a62248

%61.03
%12.50
%26.47

CMYK Percentages of Color #a62248

%0
%80
%57
%35

Triadic Colors of #a62248

#a62248 #48a622 #2248a6

Analogous Colors of #a62248

#a62248 #a63e22 #a6228a

Monochromatic Colors of #a62248

#a62248

Complementary Color

#a62248 #22a680

#a62248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62248 Color CSS Codes

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

#a62248 Text Font Color

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

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


#a62248 Background Color

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

This div background color is #a62248


#a62248 Border Color

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

This div border color is #a62248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62248


Comments

No comments written yet.

Please login to write comment.