Color Hex Logo

#a57edb Color Hex

#A57EDB
(165,126,219)
0 Favorites   0 Comments

Color spaces of #a57edb

RGB 165126219
HSL0.740.560.68
HSV265°42°86°
CMYK 0.250.420.00   0.14
XYZ35.764128.035570.5443
Yxy28.03550.26620.2087
Hunter Lab52.948627.9078-41.9291
CIE-Lab59.920833.7267-42.1623

#a57edb color RGB value is (165,126,219).

#a57edb hex color red value is 165, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a57edb hue: 0.74 , saturation: 0.56 and the lightness value of a57edb is 0.68.

The process color (four color CMYK) of #a57edb color hex is 0.25, 0.42, 0.00, 0.14. Web safe color of #a57edb is #9966cc. Color #a57edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 11011011
Octal 245 176 333
Decimal 165 126 219
Hex A5 7E DB

RGB Percentages of Color #a57edb

%32.35
%24.71
%42.94

CMYK Percentages of Color #a57edb

%25
%42
%0
%14

Triadic Colors of #a57edb

#a57edb #dba57e #7edba5

Analogous Colors of #a57edb

#a57edb #d47edb #7e86db

Monochromatic Colors of #a57edb

#a57edb

Complementary Color

#a57edb #b4db7e

#a57edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57edb Color CSS Codes

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

#a57edb Text Font Color

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

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


#a57edb Background Color

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

This div background color is #a57edb


#a57edb Border Color

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

This div border color is #a57edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57edb


Comments

No comments written yet.

Please login to write comment.