Color Hex Logo

#a575bc Color Hex

#A575BC
(165,117,188)
0 Favorites   0 Comments

Color spaces of #a575bc

RGB 165117188
HSL0.780.350.60
HSV281°38°74°
CMYK 0.120.380.00   0.26
XYZ30.955424.352850.6460
Yxy24.35280.29220.2298
Hunter Lab49.348625.6096-26.3048
CIE-Lab56.439331.7702-30.0666

#a575bc color RGB value is (165,117,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110101 10111100
Octal 245 165 274
Decimal 165 117 188
Hex A5 75 BC

RGB Percentages of Color #a575bc

%35.11
%24.89
%40.00

CMYK Percentages of Color #a575bc

%12
%38
%0
%26

Triadic Colors of #a575bc

#a575bc #bca575 #75bca5

Analogous Colors of #a575bc

#a575bc #bc75b0 #8275bc

Monochromatic Colors of #a575bc

#a575bc

Complementary Color

#a575bc #8cbc75

#a575bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a575bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a575bc Color CSS Codes

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

#a575bc Text Font Color

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

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


#a575bc Background Color

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

This div background color is #a575bc


#a575bc Border Color

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

This div border color is #a575bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a575bc


Comments

No comments written yet.

Please login to write comment.