Color Hex Logo

#a57ffe Color Hex

#A57FFE
(165,127,254)
0 Favorites   0 Comments

Color spaces of #a57ffe

RGB 165127254
HSL0.720.980.75
HSV258°50°100°
CMYK 0.350.500.00   0.00
XYZ40.995830.333897.4602
Yxy30.33380.24290.1797
Hunter Lab55.076136.4829-66.3636
CIE-Lab61.941241.8250-58.3648

#a57ffe color RGB value is (165,127,254).

#a57ffe hex color red value is 165, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a57ffe hue: 0.72 , saturation: 0.98 and the lightness value of a57ffe is 0.75.

The process color (four color CMYK) of #a57ffe color hex is 0.35, 0.50, 0.00, 0.00. Web safe color of #a57ffe is #9966ff. Color #a57ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111111 11111110
Octal 245 177 376
Decimal 165 127 254
Hex A5 7F FE

RGB Percentages of Color #a57ffe

%30.22
%23.26
%46.52

CMYK Percentages of Color #a57ffe

%35
%50
%0
%0

Triadic Colors of #a57ffe

#a57ffe #fea57f #7ffea5

Analogous Colors of #a57ffe

#a57ffe #e57ffe #7f99fe

Monochromatic Colors of #a57ffe

#a57ffe

Complementary Color

#a57ffe #d8fe7f

#a57ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57ffe Color CSS Codes

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

#a57ffe Text Font Color

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

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


#a57ffe Background Color

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

This div background color is #a57ffe


#a57ffe Border Color

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

This div border color is #a57ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.