Color Hex Logo

#a62961 Color Hex

#A62961
(166,41,97)
0 Favorites   0 Comments

Color spaces of #a62961

RGB 1664197
HSL0.930.600.41
HSV333°75°65°
CMYK 0.000.750.42   0.35
XYZ18.676510.555912.3624
Yxy10.55590.44900.2538
Hunter Lab32.489845.75190.1830
CIE-Lab38.822254.3823-2.3241

#a62961 color RGB value is (166,41,97).

#a62961 hex color red value is 166, green value is 41 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a62961 hue: 0.93 , saturation: 0.60 and the lightness value of a62961 is 0.41.

The process color (four color CMYK) of #a62961 color hex is 0.00, 0.75, 0.42, 0.35. Web safe color of #a62961 is #993366. Color #a62961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 01100001
Octal 246 51 141
Decimal 166 41 97
Hex A6 29 61

RGB Percentages of Color #a62961

%54.61
%13.49
%31.91

CMYK Percentages of Color #a62961

%0
%75
%42
%35

Triadic Colors of #a62961

#a62961 #61a629 #2961a6

Analogous Colors of #a62961

#a62961 #a63029 #a629a0

Monochromatic Colors of #a62961

#a62961

Complementary Color

#a62961 #29a66e

#a62961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62961 Color CSS Codes

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

#a62961 Text Font Color

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

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


#a62961 Background Color

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

This div background color is #a62961


#a62961 Border Color

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

This div border color is #a62961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62961


Comments

No comments written yet.

Please login to write comment.