Color Hex Logo

#a5297b Color Hex

#A5297B
(165,41,123)
0 Favorites   0 Comments

Color spaces of #a5297b

RGB 16541123
HSL0.890.600.40
HSV320°75°65°
CMYK 0.000.750.25   0.35
XYZ19.885111.015319.8170
Yxy11.01530.39210.2172
Hunter Lab33.189348.8655-12.1689
CIE-Lab39.606257.1425-17.4688

#a5297b color RGB value is (165,41,123).

#a5297b hex color red value is 165, green value is 41 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a5297b hue: 0.89 , saturation: 0.60 and the lightness value of a5297b is 0.40.

The process color (four color CMYK) of #a5297b color hex is 0.00, 0.75, 0.25, 0.35. Web safe color of #a5297b is #993366. Color #a5297b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 01111011
Octal 245 51 173
Decimal 165 41 123
Hex A5 29 7B

RGB Percentages of Color #a5297b

%50.15
%12.46
%37.39

CMYK Percentages of Color #a5297b

%0
%75
%25
%35

Triadic Colors of #a5297b

#a5297b #7ba529 #297ba5

Analogous Colors of #a5297b

#a5297b #a5293d #9129a5

Monochromatic Colors of #a5297b

#a5297b

Complementary Color

#a5297b #29a553

#a5297b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5297b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5297b Color CSS Codes

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

#a5297b Text Font Color

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

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


#a5297b Background Color

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

This div background color is #a5297b


#a5297b Border Color

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

This div border color is #a5297b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5297b


Comments

No comments written yet.

Please login to write comment.