Color Hex Logo

#a55acf Color Hex

#A55ACF
(165,90,207)
0 Favorites   0 Comments

Color spaces of #a55acf

RGB 16590207
HSL0.770.550.58
HSV278°57°81°
CMYK 0.200.570.00   0.19
XYZ30.435719.816761.2523
Yxy19.81670.27300.1777
Hunter Lab44.516044.1381-50.4197
CIE-Lab51.629350.5669-48.4991

#a55acf color RGB value is (165,90,207).

#a55acf hex color red value is 165, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a55acf hue: 0.77 , saturation: 0.55 and the lightness value of a55acf is 0.58.

The process color (four color CMYK) of #a55acf color hex is 0.20, 0.57, 0.00, 0.19. Web safe color of #a55acf is #9966cc. Color #a55acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 11001111
Octal 245 132 317
Decimal 165 90 207
Hex A5 5A CF

RGB Percentages of Color #a55acf

%35.71
%19.48
%44.81

CMYK Percentages of Color #a55acf

%20
%57
%0
%19

Triadic Colors of #a55acf

#a55acf #cfa55a #5acfa5

Analogous Colors of #a55acf

#a55acf #cf5abf #6b5acf

Monochromatic Colors of #a55acf

#a55acf

Complementary Color

#a55acf #84cf5a

#a55acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55acf Color CSS Codes

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

#a55acf Text Font Color

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

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


#a55acf Background Color

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

This div background color is #a55acf


#a55acf Border Color

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

This div border color is #a55acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55acf


Comments

No comments written yet.

Please login to write comment.