Color Hex Logo

#a593f5 Color Hex

#A593F5
(165,147,245)
0 Favorites   0 Comments

Color spaces of #a593f5

RGB 165147245
HSL0.700.830.77
HSV251°40°96°
CMYK 0.330.400.00   0.04
XYZ42.432235.459390.9941
Yxy35.45930.25120.2100
Hunter Lab59.547722.9861-48.9169
CIE-Lab66.104728.2403-46.8258

#a593f5 color RGB value is (165,147,245).

#a593f5 hex color red value is 165, green value is 147 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a593f5 hue: 0.70 , saturation: 0.83 and the lightness value of a593f5 is 0.77.

The process color (four color CMYK) of #a593f5 color hex is 0.33, 0.40, 0.00, 0.04. Web safe color of #a593f5 is #9999ff. Color #a593f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010011 11110101
Octal 245 223 365
Decimal 165 147 245
Hex A5 93 F5

RGB Percentages of Color #a593f5

%29.62
%26.39
%43.99

CMYK Percentages of Color #a593f5

%33
%40
%0
%4

Triadic Colors of #a593f5

#a593f5 #f5a593 #93f5a5

Analogous Colors of #a593f5

#a593f5 #d693f5 #93b2f5

Monochromatic Colors of #a593f5

#a593f5

Complementary Color

#a593f5 #e3f593

#a593f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a593f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a593f5 Color CSS Codes

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

#a593f5 Text Font Color

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

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


#a593f5 Background Color

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

This div background color is #a593f5


#a593f5 Border Color

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

This div border color is #a593f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a593f5

Related Colors


Comments

No comments written yet.

Please login to write comment.