Color Hex Logo

#a51452 Color Hex

#A51452
(165,20,82)
0 Favorites   0 Comments

Color spaces of #a51452

RGB 1652082
HSL0.930.780.36
HSV334°88°65°
CMYK 0.000.880.50   0.35
XYZ17.29029.10888.8295
Yxy9.10880.49080.2586
Hunter Lab30.180849.44413.7810
CIE-Lab36.192958.33743.4202

#a51452 color RGB value is (165,20,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 01010010
Octal 245 24 122
Decimal 165 20 82
Hex A5 14 52

RGB Percentages of Color #a51452

%61.80
%7.49
%30.71

CMYK Percentages of Color #a51452

%0
%88
%50
%35

Triadic Colors of #a51452

#a51452 #52a514 #1452a5

Analogous Colors of #a51452

#a51452 #a51f14 #a5149b

Monochromatic Colors of #a51452

#a51452

Complementary Color

#a51452 #14a567

#a51452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51452 Color CSS Codes

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

#a51452 Text Font Color

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

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


#a51452 Background Color

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

This div background color is #a51452


#a51452 Border Color

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

This div border color is #a51452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51452


Comments

No comments written yet.

Please login to write comment.