Color Hex Logo

#a594b8 Color Hex

#A594B8
(165,148,184)
0 Favorites   0 Comments

Color spaces of #a594b8

RGB 165148184
HSL0.750.200.65
HSV268°20°72°
CMYK 0.100.200.00   0.28
XYZ34.758732.639849.8155
Yxy32.63980.29650.2785
Hunter Lab57.13138.6199-11.7059
CIE-Lab63.868213.2974-16.4065

#a594b8 color RGB value is (165,148,184).

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

The process color (four color CMYK) of #a594b8 color hex is 0.10, 0.20, 0.00, 0.28. Web safe color of #a594b8 is #9999cc. Color #a594b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 10111000
Octal 245 224 270
Decimal 165 148 184
Hex A5 94 B8

RGB Percentages of Color #a594b8

%33.20
%29.78
%37.02

CMYK Percentages of Color #a594b8

%10
%20
%0
%28

Triadic Colors of #a594b8

#a594b8 #b8a594 #94b8a5

Analogous Colors of #a594b8

#a594b8 #b794b8 #9495b8

Monochromatic Colors of #a594b8

#a594b8

Complementary Color

#a594b8 #a7b894

#a594b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a594b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a594b8 Color CSS Codes

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

#a594b8 Text Font Color

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

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


#a594b8 Background Color

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

This div background color is #a594b8


#a594b8 Border Color

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

This div border color is #a594b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a594b8


Comments

No comments written yet.

Please login to write comment.