Color Hex Logo

#a62998 Color Hex

#A62998
(166,41,152)
0 Favorites   0 Comments

Color spaces of #a62998

RGB 16641152
HSL0.850.600.41
HSV307°75°65°
CMYK 0.000.750.08   0.35
XYZ22.186311.959930.8449
Yxy11.95990.34140.1840
Hunter Lab34.583153.9938-28.6730
CIE-Lab41.152361.5130-32.8138

#a62998 color RGB value is (166,41,152).

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

The process color (four color CMYK) of #a62998 color hex is 0.00, 0.75, 0.08, 0.35. Web safe color of #a62998 is #993399. Color #a62998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 10011000
Octal 246 51 230
Decimal 166 41 152
Hex A6 29 98

RGB Percentages of Color #a62998

%46.24
%11.42
%42.34

CMYK Percentages of Color #a62998

%0
%75
%8
%35

Triadic Colors of #a62998

#a62998 #98a629 #2998a6

Analogous Colors of #a62998

#a62998 #a62959 #7629a6

Monochromatic Colors of #a62998

#a62998

Complementary Color

#a62998 #29a637

#a62998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62998 Color CSS Codes

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

#a62998 Text Font Color

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

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


#a62998 Background Color

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

This div background color is #a62998


#a62998 Border Color

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

This div border color is #a62998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62998


Comments

No comments written yet.

Please login to write comment.