Color Hex Logo

#a51254 Color Hex

#A51254
(165,18,84)
0 Favorites   0 Comments

Color spaces of #a51254

RGB 1651884
HSL0.930.800.36
HSV333°89°65°
CMYK 0.000.890.49   0.35
XYZ17.33369.07209.2250
Yxy9.07200.48650.2546
Hunter Lab30.119850.01532.9246
CIE-Lab36.122658.87762.0252

#a51254 color RGB value is (165,18,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 01010100
Octal 245 22 124
Decimal 165 18 84
Hex A5 12 54

RGB Percentages of Color #a51254

%61.80
%6.74
%31.46

CMYK Percentages of Color #a51254

%0
%89
%49
%35

Triadic Colors of #a51254

#a51254 #54a512 #1254a5

Analogous Colors of #a51254

#a51254 #a51a12 #a5129e

Monochromatic Colors of #a51254

#a51254

Complementary Color

#a51254 #12a563

#a51254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51254 Color CSS Codes

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

#a51254 Text Font Color

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

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


#a51254 Background Color

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

This div background color is #a51254


#a51254 Border Color

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

This div border color is #a51254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51254


Comments

No comments written yet.

Please login to write comment.