Color Hex Logo

#a63690 Color Hex

#A63690
(166,54,144)
0 Favorites   0 Comments

Color spaces of #a63690

RGB 16654144
HSL0.870.510.43
HSV312°67°65°
CMYK 0.000.670.13   0.35
XYZ22.079112.758927.6846
Yxy12.75890.35310.2041
Hunter Lab35.719647.8256-20.9492
CIE-Lab42.397755.6484-26.0180

#a63690 color RGB value is (166,54,144).

#a63690 hex color red value is 166, green value is 54 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a63690 hue: 0.87 , saturation: 0.51 and the lightness value of a63690 is 0.43.

The process color (four color CMYK) of #a63690 color hex is 0.00, 0.67, 0.13, 0.35. Web safe color of #a63690 is #993399. Color #a63690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110110 10010000
Octal 246 66 220
Decimal 166 54 144
Hex A6 36 90

RGB Percentages of Color #a63690

%45.60
%14.84
%39.56

CMYK Percentages of Color #a63690

%0
%67
%13
%35

Triadic Colors of #a63690

#a63690 #90a636 #3690a6

Analogous Colors of #a63690

#a63690 #a63658 #8436a6

Monochromatic Colors of #a63690

#a63690

Complementary Color

#a63690 #36a64c

#a63690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63690 Color CSS Codes

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

#a63690 Text Font Color

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

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


#a63690 Background Color

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

This div background color is #a63690


#a63690 Border Color

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

This div border color is #a63690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63690


Comments

No comments written yet.

Please login to write comment.