Color Hex Logo

#a574e3 Color Hex

#A574E3
(165,116,227)
0 Favorites   0 Comments

Color spaces of #a574e3

RGB 165116227
HSL0.740.660.67
HSV266°49°89°
CMYK 0.270.490.00   0.11
XYZ35.627626.036275.8207
Yxy26.03620.25910.1894
Hunter Lab51.025735.3389-52.3829
CIE-Lab58.071441.2385-49.5623

#a574e3 color RGB value is (165,116,227).

#a574e3 hex color red value is 165, green value is 116 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #a574e3 hue: 0.74 , saturation: 0.66 and the lightness value of a574e3 is 0.67.

The process color (four color CMYK) of #a574e3 color hex is 0.27, 0.49, 0.00, 0.11. Web safe color of #a574e3 is #9966cc. Color #a574e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110100 11100011
Octal 245 164 343
Decimal 165 116 227
Hex A5 74 E3

RGB Percentages of Color #a574e3

%32.48
%22.83
%44.69

CMYK Percentages of Color #a574e3

%27
%49
%0
%11

Triadic Colors of #a574e3

#a574e3 #e3a574 #74e3a5

Analogous Colors of #a574e3

#a574e3 #dd74e3 #747be3

Monochromatic Colors of #a574e3

#a574e3

Complementary Color

#a574e3 #b2e374

#a574e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a574e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a574e3 Color CSS Codes

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

#a574e3 Text Font Color

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

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


#a574e3 Background Color

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

This div background color is #a574e3


#a574e3 Border Color

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

This div border color is #a574e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a574e3


Comments

No comments written yet.

Please login to write comment.