Color Hex Logo

#a62348 Color Hex

#A62348
(166,35,72)
0 Favorites   0 Comments

Color spaces of #a62348

RGB 1663572
HSL0.950.650.39
HSV343°79°65°
CMYK 0.000.790.57   0.35
XYZ17.49669.77697.0959
Yxy9.77690.50910.2845
Hunter Lab31.268045.16398.4325
CIE-Lab37.439054.089211.6517

#a62348 color RGB value is (166,35,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100011 01001000
Octal 246 43 110
Decimal 166 35 72
Hex A6 23 48

RGB Percentages of Color #a62348

%60.81
%12.82
%26.37

CMYK Percentages of Color #a62348

%0
%79
%57
%35

Triadic Colors of #a62348

#a62348 #48a623 #2348a6

Analogous Colors of #a62348

#a62348 #a64023 #a6238a

Monochromatic Colors of #a62348

#a62348

Complementary Color

#a62348 #23a681

#a62348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62348 Color CSS Codes

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

#a62348 Text Font Color

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

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


#a62348 Background Color

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

This div background color is #a62348


#a62348 Border Color

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

This div border color is #a62348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,35,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 #a62348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62348


Comments

No comments written yet.

Please login to write comment.