Color Hex Logo

#a57beb Color Hex

#A57BEB
(165,123,235)
0 Favorites   0 Comments

Color spaces of #a57beb

RGB 165123235
HSL0.730.740.70
HSV263°48°92°
CMYK 0.300.480.00   0.08
XYZ37.595428.163482.0518
Yxy28.16340.25430.1905
Hunter Lab53.069233.5823-54.5215
CIE-Lab60.036139.2888-50.9039

#a57beb color RGB value is (165,123,235).

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

The process color (four color CMYK) of #a57beb color hex is 0.30, 0.48, 0.00, 0.08. Web safe color of #a57beb is #9966ff. Color #a57beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 11101011
Octal 245 173 353
Decimal 165 123 235
Hex A5 7B EB

RGB Percentages of Color #a57beb

%31.55
%23.52
%44.93

CMYK Percentages of Color #a57beb

%30
%48
%0
%8

Triadic Colors of #a57beb

#a57beb #eba57b #7beba5

Analogous Colors of #a57beb

#a57beb #dd7beb #7b89eb

Monochromatic Colors of #a57beb

#a57beb

Complementary Color

#a57beb #c1eb7b

#a57beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57beb Color CSS Codes

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

#a57beb Text Font Color

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

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


#a57beb Background Color

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

This div background color is #a57beb


#a57beb Border Color

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

This div border color is #a57beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57beb


Comments

No comments written yet.

Please login to write comment.