color codes Logo

#a57ee5 color codes

#A57EE5
(165,126,229)
0 Favorites   0 Comments

Color spaces of #a57ee5

RGB 165126229
HSL0.730.660.70
HSV263°45°90°
CMYK 0.280.450.00   0.10
XYZ37.120828.578277.6884
Yxy28.57820.25890.1993
Hunter Lab53.458630.3951-48.7419
CIE-Lab60.407636.1366-46.9783

#a57ee5 color RGB value is (165,126,229).

#a57ee5 hex color red value is 165, green value is 126 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a57ee5 hue: 0.73 , saturation: 0.66 and the lightness value of a57ee5 is 0.70.

The process color (four color CMYK) of #a57ee5 color code is 0.28, 0.45, 0.00, 0.10. Web safe color of #a57ee5 is #9966cc. Color #a57ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 11100101
Octal 245 176 345
Decimal 165 126 229
Hex A5 7E E5

RGB Percentages of Color #a57ee5

%31.73
%24.23
%44.04

CMYK Percentages of Color #a57ee5

%28
%45
%0
%10

Triadic Colors of #a57ee5

#a57ee5 #e5a57e #7ee5a5

Analogous Colors of #a57ee5

#a57ee5 #d97ee5 #7e8be5

Monochromatic Colors of #a57ee5

#a57ee5

Complementary Color

#a57ee5 #bee57e

#a57ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57ee5 Color CSS Codes

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

#a57ee5 Text Font Color

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

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


#a57ee5 Background Color

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

This div background color is #a57ee5


#a57ee5 Border Color

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

This div border color is #a57ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57ee5


Comments

No comments written yet.

Please login to write comment.