Color Hex Logo

#a51152 Color Hex

#A51152
(165,17,82)
0 Favorites   0 Comments

Color spaces of #a51152

RGB 1651782
HSL0.930.810.36
HSV334°90°65°
CMYK 0.000.900.50   0.35
XYZ17.24059.00948.8130
Yxy9.00940.49170.2569
Hunter Lab30.015750.00003.6026
CIE-Lab36.002458.88703.1457

#a51152 color RGB value is (165,17,82).

#a51152 hex color red value is 165, green value is 17 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a51152 hue: 0.93 , saturation: 0.81 and the lightness value of a51152 is 0.36.

The process color (four color CMYK) of #a51152 color hex is 0.00, 0.90, 0.50, 0.35. Web safe color of #a51152 is #990066. Color #a51152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 01010010
Octal 245 21 122
Decimal 165 17 82
Hex A5 11 52

RGB Percentages of Color #a51152

%62.50
%6.44
%31.06

CMYK Percentages of Color #a51152

%0
%90
%50
%35

Triadic Colors of #a51152

#a51152 #52a511 #1152a5

Analogous Colors of #a51152

#a51152 #a51a11 #a5119c

Monochromatic Colors of #a51152

#a51152

Complementary Color

#a51152 #11a564

#a51152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51152 Color CSS Codes

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

#a51152 Text Font Color

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

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


#a51152 Background Color

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

This div background color is #a51152


#a51152 Border Color

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

This div border color is #a51152


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,17,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a51152; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a51152;
  -webkit-box-shadow: 1px 1px 3px 2px #a51152;
  box-shadow:         1px 1px 3px 2px #a51152; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,17,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51152


Comments

No comments written yet.

Please login to write comment.