Color Hex Logo

#a576bc Color Hex

#A576BC
(165,118,188)
0 Favorites   0 Comments

Color spaces of #a576bc

RGB 165118188
HSL0.780.340.60
HSV280°37°74°
CMYK 0.120.370.00   0.26
XYZ31.072624.587050.6850
Yxy24.58700.29220.2312
Hunter Lab49.585325.0827-25.8953
CIE-Lab56.670831.2061-29.7072

#a576bc color RGB value is (165,118,188).

#a576bc hex color red value is 165, green value is 118 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a576bc hue: 0.78 , saturation: 0.34 and the lightness value of a576bc is 0.60.

The process color (four color CMYK) of #a576bc color hex is 0.12, 0.37, 0.00, 0.26. Web safe color of #a576bc is #9966cc. Color #a576bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 10111100
Octal 245 166 274
Decimal 165 118 188
Hex A5 76 BC

RGB Percentages of Color #a576bc

%35.03
%25.05
%39.92

CMYK Percentages of Color #a576bc

%12
%37
%0
%26

Triadic Colors of #a576bc

#a576bc #bca576 #76bca5

Analogous Colors of #a576bc

#a576bc #bc76b0 #8276bc

Monochromatic Colors of #a576bc

#a576bc

Complementary Color

#a576bc #8dbc76

#a576bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576bc Color CSS Codes

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

#a576bc Text Font Color

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

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


#a576bc Background Color

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

This div background color is #a576bc


#a576bc Border Color

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

This div border color is #a576bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576bc


Comments

No comments written yet.

Please login to write comment.