Color Hex Logo

#a5305b Color Hex

#A5305B
(165,48,91)
0 Favorites   0 Comments

Color spaces of #a5305b

RGB 1654891
HSL0.940.550.42
HSV338°71°65°
CMYK 0.000.710.45   0.35
XYZ18.462310.868611.0223
Yxy10.86860.45750.2693
Hunter Lab32.967642.26933.2544
CIE-Lab39.358350.95602.2343

#a5305b color RGB value is (165,48,91).

#a5305b hex color red value is 165, green value is 48 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a5305b hue: 0.94 , saturation: 0.55 and the lightness value of a5305b is 0.42.

The process color (four color CMYK) of #a5305b color hex is 0.00, 0.71, 0.45, 0.35. Web safe color of #a5305b is #993366. Color #a5305b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110000 01011011
Octal 245 60 133
Decimal 165 48 91
Hex A5 30 5B

RGB Percentages of Color #a5305b

%54.28
%15.79
%29.93

CMYK Percentages of Color #a5305b

%0
%71
%45
%35

Triadic Colors of #a5305b

#a5305b #5ba530 #305ba5

Analogous Colors of #a5305b

#a5305b #a54030 #a53096

Monochromatic Colors of #a5305b

#a5305b

Complementary Color

#a5305b #30a57a

#a5305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5305b Color CSS Codes

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

#a5305b Text Font Color

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

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


#a5305b Background Color

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

This div background color is #a5305b


#a5305b Border Color

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

This div border color is #a5305b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5305b


Comments

No comments written yet.

Please login to write comment.