Color Hex Logo

#a51752 Color Hex

#A51752
(165,23,82)
0 Favorites   0 Comments

Color spaces of #a51752

RGB 1652382
HSL0.930.760.37
HSV335°86°65°
CMYK 0.000.860.50   0.35
XYZ17.34649.22138.8483
Yxy9.22130.48980.2604
Hunter Lab30.366648.82363.9805
CIE-Lab36.406957.72163.7278

#a51752 color RGB value is (165,23,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 01010010
Octal 245 27 122
Decimal 165 23 82
Hex A5 17 52

RGB Percentages of Color #a51752

%61.11
%8.52
%30.37

CMYK Percentages of Color #a51752

%0
%86
%50
%35

Triadic Colors of #a51752

#a51752 #52a517 #1752a5

Analogous Colors of #a51752

#a51752 #a52317 #a51799

Monochromatic Colors of #a51752

#a51752

Complementary Color

#a51752 #17a56a

#a51752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51752 Color CSS Codes

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

#a51752 Text Font Color

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

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


#a51752 Background Color

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

This div background color is #a51752


#a51752 Border Color

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

This div border color is #a51752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,23,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 #a51752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51752


Comments

No comments written yet.

Please login to write comment.