Color Hex Logo

#a51794 Color Hex

#A51794
(165,23,148)
1 Favorites   0 Comments

Color spaces of #a51794

RGB 16523148
HSL0.850.760.37
HSV307°86°65°
CMYK 0.000.860.10   0.35
XYZ21.168710.750228.9763
Yxy10.75020.34760.1765
Hunter Lab32.787557.8674-29.4469
CIE-Lab39.156565.3350-33.5470

#a51794 color RGB value is (165,23,148).

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

The process color (four color CMYK) of #a51794 color hex is 0.00, 0.86, 0.10, 0.35. Web safe color of #a51794 is #990099. Color #a51794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 10010100
Octal 245 27 224
Decimal 165 23 148
Hex A5 17 94

RGB Percentages of Color #a51794

%49.11
%6.85
%44.05

CMYK Percentages of Color #a51794

%0
%86
%10
%35

Triadic Colors of #a51794

#a51794 #94a517 #1794a5

Analogous Colors of #a51794

#a51794 #a5174d #6f17a5

Monochromatic Colors of #a51794

#a51794

Complementary Color

#a51794 #17a528

#a51794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51794 Color CSS Codes

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

#a51794 Text Font Color

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

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


#a51794 Background Color

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

This div background color is #a51794


#a51794 Border Color

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

This div border color is #a51794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51794


Comments

No comments written yet.

Please login to write comment.