Color Hex Logo

#a62b63 Color Hex

#A62B63
(166,43,99)
0 Favorites   0 Comments

Color spaces of #a62b63

RGB 1664399
HSL0.920.590.41
HSV333°74°65°
CMYK 0.000.740.40   0.35
XYZ18.841910.735612.8835
Yxy10.73560.44370.2528
Hunter Lab32.765245.3087-0.3776
CIE-Lab39.131553.9045-3.1328

#a62b63 color RGB value is (166,43,99).

#a62b63 hex color red value is 166, green value is 43 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a62b63 hue: 0.92 , saturation: 0.59 and the lightness value of a62b63 is 0.41.

The process color (four color CMYK) of #a62b63 color hex is 0.00, 0.74, 0.40, 0.35. Web safe color of #a62b63 is #993366. Color #a62b63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101011 01100011
Octal 246 53 143
Decimal 166 43 99
Hex A6 2B 63

RGB Percentages of Color #a62b63

%53.90
%13.96
%32.14

CMYK Percentages of Color #a62b63

%0
%74
%40
%35

Triadic Colors of #a62b63

#a62b63 #63a62b #2b63a6

Analogous Colors of #a62b63

#a62b63 #a6302b #a62ba1

Monochromatic Colors of #a62b63

#a62b63

Complementary Color

#a62b63 #2ba66e

#a62b63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62b63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62b63 Color CSS Codes

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

#a62b63 Text Font Color

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

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


#a62b63 Background Color

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

This div background color is #a62b63


#a62b63 Border Color

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

This div border color is #a62b63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62b63


Comments

No comments written yet.

Please login to write comment.