Color Hex Logo

#a576b8 Color Hex

#A576B8
(165,118,184)
0 Favorites   0 Comments

Color spaces of #a576b8

RGB 165118184
HSL0.790.320.59
HSV283°36°72°
CMYK 0.100.360.00   0.28
XYZ30.647224.416948.4450
Yxy24.41690.29610.2359
Hunter Lab49.413524.2357-23.5385
CIE-Lab56.502830.3510-27.6790

#a576b8 color RGB value is (165,118,184).

#a576b8 hex color red value is 165, green value is 118 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #a576b8 hue: 0.79 , saturation: 0.32 and the lightness value of a576b8 is 0.59.

The process color (four color CMYK) of #a576b8 color hex is 0.10, 0.36, 0.00, 0.28. Web safe color of #a576b8 is #9966cc. Color #a576b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 10111000
Octal 245 166 270
Decimal 165 118 184
Hex A5 76 B8

RGB Percentages of Color #a576b8

%35.33
%25.27
%39.40

CMYK Percentages of Color #a576b8

%10
%36
%0
%28

Triadic Colors of #a576b8

#a576b8 #b8a576 #76b8a5

Analogous Colors of #a576b8

#a576b8 #b876aa #8476b8

Monochromatic Colors of #a576b8

#a576b8

Complementary Color

#a576b8 #89b876

#a576b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576b8 Color CSS Codes

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

#a576b8 Text Font Color

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

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


#a576b8 Background Color

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

This div background color is #a576b8


#a576b8 Border Color

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

This div border color is #a576b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576b8


Comments

No comments written yet.

Please login to write comment.