Color Hex Logo

#a5439b Color Hex

#A5439B
(165,67,155)
0 Favorites   0 Comments

Color spaces of #a5439b

RGB 16567155
HSL0.850.420.45
HSV306°59°65°
CMYK 0.000.590.06   0.35
XYZ23.440614.380232.5505
Yxy14.38020.33310.2043
Hunter Lab37.921243.9757-24.3480
CIE-Lab44.773351.6008-28.9485

#a5439b color RGB value is (165,67,155).

#a5439b hex color red value is 165, green value is 67 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a5439b hue: 0.85 , saturation: 0.42 and the lightness value of a5439b is 0.45.

The process color (four color CMYK) of #a5439b color hex is 0.00, 0.59, 0.06, 0.35. Web safe color of #a5439b is #993399. Color #a5439b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 10011011
Octal 245 103 233
Decimal 165 67 155
Hex A5 43 9B

RGB Percentages of Color #a5439b

%42.64
%17.31
%40.05

CMYK Percentages of Color #a5439b

%0
%59
%6
%35

Triadic Colors of #a5439b

#a5439b #9ba543 #439ba5

Analogous Colors of #a5439b

#a5439b #a5436a #7e43a5

Monochromatic Colors of #a5439b

#a5439b

Complementary Color

#a5439b #43a54d

#a5439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5439b Color CSS Codes

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

#a5439b Text Font Color

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

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


#a5439b Background Color

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

This div background color is #a5439b


#a5439b Border Color

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

This div border color is #a5439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5439b


Comments

No comments written yet.

Please login to write comment.