Color Hex Logo

#a57feb Color Hex

#A57FEB
(165,127,235)
0 Favorites   0 Comments

Color spaces of #a57feb

RGB 165127235
HSL0.730.730.71
HSV261°46°92°
CMYK 0.300.460.00   0.08
XYZ38.101829.176282.2207
Yxy29.17620.25490.1952
Hunter Lab54.015031.3864-52.4397
CIE-Lab60.936837.0468-49.4756

#a57feb color RGB value is (165,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111111 11101011
Octal 245 177 353
Decimal 165 127 235
Hex A5 7F EB

RGB Percentages of Color #a57feb

%31.31
%24.10
%44.59

CMYK Percentages of Color #a57feb

%30
%46
%0
%8

Triadic Colors of #a57feb

#a57feb #eba57f #7feba5

Analogous Colors of #a57feb

#a57feb #db7feb #7f8feb

Monochromatic Colors of #a57feb

#a57feb

Complementary Color

#a57feb #c5eb7f

#a57feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57feb Color CSS Codes

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

#a57feb Text Font Color

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

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


#a57feb Background Color

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

This div background color is #a57feb


#a57feb Border Color

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

This div border color is #a57feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,127,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 #a57feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57feb


Comments

No comments written yet.

Please login to write comment.