Color Hex Logo

#a51558 Color Hex

#A51558
(165,21,88)
0 Favorites   0 Comments

Color spaces of #a51558

RGB 1652188
HSL0.920.770.36
HSV332°87°65°
CMYK 0.000.870.47   0.35
XYZ17.54679.240210.0913
Yxy9.24020.47580.2506
Hunter Lab30.397749.84101.5955
CIE-Lab36.442758.6549-0.0907

#a51558 color RGB value is (165,21,88).

#a51558 hex color red value is 165, green value is 21 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a51558 hue: 0.92 , saturation: 0.77 and the lightness value of a51558 is 0.36.

The process color (four color CMYK) of #a51558 color hex is 0.00, 0.87, 0.47, 0.35. Web safe color of #a51558 is #990066. Color #a51558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 01011000
Octal 245 25 130
Decimal 165 21 88
Hex A5 15 58

RGB Percentages of Color #a51558

%60.22
%7.66
%32.12

CMYK Percentages of Color #a51558

%0
%87
%47
%35

Triadic Colors of #a51558

#a51558 #58a515 #1558a5

Analogous Colors of #a51558

#a51558 #a51a15 #a515a0

Monochromatic Colors of #a51558

#a51558

Complementary Color

#a51558 #15a562

#a51558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51558 Color CSS Codes

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

#a51558 Text Font Color

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

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


#a51558 Background Color

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

This div background color is #a51558


#a51558 Border Color

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

This div border color is #a51558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51558


Comments

No comments written yet.

Please login to write comment.