Color Hex Logo

#a62695 Color Hex

#A62695
(166,38,149)
0 Favorites   0 Comments

Color spaces of #a62695

RGB 16638149
HSL0.860.630.40
HSV308°77°65°
CMYK 0.000.770.10   0.35
XYZ21.843811.663129.5337
Yxy11.66310.34650.1850
Hunter Lab34.151354.4072-27.3675
CIE-Lab40.675661.9755-31.7475

#a62695 color RGB value is (166,38,149).

#a62695 hex color red value is 166, green value is 38 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a62695 hue: 0.86 , saturation: 0.63 and the lightness value of a62695 is 0.40.

The process color (four color CMYK) of #a62695 color hex is 0.00, 0.77, 0.10, 0.35. Web safe color of #a62695 is #993399. Color #a62695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 10010101
Octal 246 46 225
Decimal 166 38 149
Hex A6 26 95

RGB Percentages of Color #a62695

%47.03
%10.76
%42.21

CMYK Percentages of Color #a62695

%0
%77
%10
%35

Triadic Colors of #a62695

#a62695 #95a626 #2695a6

Analogous Colors of #a62695

#a62695 #a62655 #7726a6

Monochromatic Colors of #a62695

#a62695

Complementary Color

#a62695 #26a637

#a62695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62695 Color CSS Codes

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

#a62695 Text Font Color

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

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


#a62695 Background Color

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

This div background color is #a62695


#a62695 Border Color

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

This div border color is #a62695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62695


Comments

No comments written yet.

Please login to write comment.