Color Hex Logo

#a61455 Color Hex

#A61455
(166,20,85)
0 Favorites   0 Comments

Color spaces of #a61455

RGB 1662085
HSL0.930.780.36
HSV333°88°65°
CMYK 0.000.880.49   0.35
XYZ17.61579.26329.4538
Yxy9.26320.48480.2550
Hunter Lab30.435550.05152.8883
CIE-Lab36.486258.84021.9318

#a61455 color RGB value is (166,20,85).

#a61455 hex color red value is 166, green value is 20 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a61455 hue: 0.93 , saturation: 0.78 and the lightness value of a61455 is 0.36.

The process color (four color CMYK) of #a61455 color hex is 0.00, 0.88, 0.49, 0.35. Web safe color of #a61455 is #990066. Color #a61455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010100 01010101
Octal 246 24 125
Decimal 166 20 85
Hex A6 14 55

RGB Percentages of Color #a61455

%61.25
%7.38
%31.37

CMYK Percentages of Color #a61455

%0
%88
%49
%35

Triadic Colors of #a61455

#a61455 #55a614 #1455a6

Analogous Colors of #a61455

#a61455 #a61c14 #a6149e

Monochromatic Colors of #a61455

#a61455

Complementary Color

#a61455 #14a665

#a61455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61455 Color CSS Codes

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

#a61455 Text Font Color

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

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


#a61455 Background Color

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

This div background color is #a61455


#a61455 Border Color

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

This div border color is #a61455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61455


Comments

No comments written yet.

Please login to write comment.