Color Hex Logo

#a55ef0 Color Hex

#A55EF0
(165,94,240)
0 Favorites   0 Comments

Color spaces of #a55ef0

RGB 16594240
HSL0.750.830.65
HSV269°61°94°
CMYK 0.310.610.00   0.06
XYZ35.247922.296084.8839
Yxy22.29600.24750.1565
Hunter Lab47.218650.6145-73.5313
CIE-Lab54.339756.0382-62.7956

#a55ef0 color RGB value is (165,94,240).

#a55ef0 hex color red value is 165, green value is 94 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a55ef0 hue: 0.75 , saturation: 0.83 and the lightness value of a55ef0 is 0.65.

The process color (four color CMYK) of #a55ef0 color hex is 0.31, 0.61, 0.00, 0.06. Web safe color of #a55ef0 is #9966ff. Color #a55ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011110 11110000
Octal 245 136 360
Decimal 165 94 240
Hex A5 5E F0

RGB Percentages of Color #a55ef0

%33.07
%18.84
%48.10

CMYK Percentages of Color #a55ef0

%31
%61
%0
%6

Triadic Colors of #a55ef0

#a55ef0 #f0a55e #5ef0a5

Analogous Colors of #a55ef0

#a55ef0 #ee5ef0 #5e60f0

Monochromatic Colors of #a55ef0

#a55ef0

Complementary Color

#a55ef0 #a9f05e

#a55ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ef0 Color CSS Codes

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

#a55ef0 Text Font Color

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

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


#a55ef0 Background Color

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

This div background color is #a55ef0


#a55ef0 Border Color

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

This div border color is #a55ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ef0


Comments

No comments written yet.

Please login to write comment.