Color Hex Logo

#a51194 Color Hex

#A51194
(165,17,148)
0 Favorites   0 Comments

Color spaces of #a51194

RGB 16517148
HSL0.850.810.36
HSV307°90°65°
CMYK 0.000.900.10   0.35
XYZ21.062810.538328.9409
Yxy10.53830.34790.1741
Hunter Lab32.462759.0063-30.1338
CIE-Lab38.791766.4012-34.1235

#a51194 color RGB value is (165,17,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 10010100
Octal 245 21 224
Decimal 165 17 148
Hex A5 11 94

RGB Percentages of Color #a51194

%50.00
%5.15
%44.85

CMYK Percentages of Color #a51194

%0
%90
%10
%35

Triadic Colors of #a51194

#a51194 #94a511 #1194a5

Analogous Colors of #a51194

#a51194 #a5114a #6c11a5

Monochromatic Colors of #a51194

#a51194

Complementary Color

#a51194 #11a522

#a51194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51194 Color CSS Codes

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

#a51194 Text Font Color

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

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


#a51194 Background Color

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

This div background color is #a51194


#a51194 Border Color

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

This div border color is #a51194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51194


Comments

No comments written yet.

Please login to write comment.