Color Hex Logo

#a57eed Color Hex

#A57EED
(165,126,237)
0 Favorites   0 Comments

Color spaces of #a57eed

RGB 165126237
HSL0.730.760.71
HSV261°47°93°
CMYK 0.300.470.00   0.07
XYZ38.264029.035583.7084
Yxy29.03550.25340.1923
Hunter Lab53.884632.4566-54.3863
CIE-Lab60.812938.1032-50.7811

#a57eed color RGB value is (165,126,237).

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

The process color (four color CMYK) of #a57eed color hex is 0.30, 0.47, 0.00, 0.07. Web safe color of #a57eed is #9966ff. Color #a57eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 11101101
Octal 245 176 355
Decimal 165 126 237
Hex A5 7E ED

RGB Percentages of Color #a57eed

%31.25
%23.86
%44.89

CMYK Percentages of Color #a57eed

%30
%47
%0
%7

Triadic Colors of #a57eed

#a57eed #eda57e #7eeda5

Analogous Colors of #a57eed

#a57eed #dd7eed #7e8fed

Monochromatic Colors of #a57eed

#a57eed

Complementary Color

#a57eed #c6ed7e

#a57eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57eed Color CSS Codes

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

#a57eed Text Font Color

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

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


#a57eed Background Color

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

This div background color is #a57eed


#a57eed Border Color

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

This div border color is #a57eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57eed


Comments

No comments written yet.

Please login to write comment.