Color Hex Logo

#a575be Color Hex

#A575BE
(165,117,190)
0 Favorites   0 Comments

Color spaces of #a575be

RGB 165117190
HSL0.780.360.60
HSV279°38°75°
CMYK 0.130.380.00   0.25
XYZ31.172624.439651.7895
Yxy24.43960.29020.2276
Hunter Lab49.436426.0411-27.5066
CIE-Lab56.525332.2024-31.0760

#a575be color RGB value is (165,117,190).

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

The process color (four color CMYK) of #a575be color hex is 0.13, 0.38, 0.00, 0.25. Web safe color of #a575be is #9966cc. Color #a575be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110101 10111110
Octal 245 165 276
Decimal 165 117 190
Hex A5 75 BE

RGB Percentages of Color #a575be

%34.96
%24.79
%40.25

CMYK Percentages of Color #a575be

%13
%38
%0
%25

Triadic Colors of #a575be

#a575be #bea575 #75bea5

Analogous Colors of #a575be

#a575be #be75b3 #8175be

Monochromatic Colors of #a575be

#a575be

Complementary Color

#a575be #8ebe75

#a575be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a575be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a575be Color CSS Codes

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

#a575be Text Font Color

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

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


#a575be Background Color

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

This div background color is #a575be


#a575be Border Color

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

This div border color is #a575be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a575be


Comments

No comments written yet.

Please login to write comment.