Color Hex Logo

#a51894 Color Hex

#A51894
(165,24,148)
0 Favorites   0 Comments

Color spaces of #a51894

RGB 16524148
HSL0.850.750.37
HSV307°85°65°
CMYK 0.000.850.10   0.35
XYZ21.189010.790728.9830
Yxy10.79070.34760.1770
Hunter Lab32.849257.6533-29.3174
CIE-Lab39.225765.1337-33.4376

#a51894 color RGB value is (165,24,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 10010100
Octal 245 30 224
Decimal 165 24 148
Hex A5 18 94

RGB Percentages of Color #a51894

%48.96
%7.12
%43.92

CMYK Percentages of Color #a51894

%0
%85
%10
%35

Triadic Colors of #a51894

#a51894 #94a518 #1894a5

Analogous Colors of #a51894

#a51894 #a5184e #7018a5

Monochromatic Colors of #a51894

#a51894

Complementary Color

#a51894 #18a529

#a51894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51894 Color CSS Codes

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

#a51894 Text Font Color

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

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


#a51894 Background Color

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

This div background color is #a51894


#a51894 Border Color

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

This div border color is #a51894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51894


Comments

No comments written yet.

Please login to write comment.