Color Hex Logo

#a57dfb Color Hex

#A57DFB
(165,125,251)
0 Favorites   0 Comments

Color spaces of #a57dfb

RGB 165125251
HSL0.720.940.74
HSV259°50°98°
CMYK 0.340.500.00   0.02
XYZ40.263329.631694.8642
Yxy29.63160.24440.1798
Hunter Lab54.434936.7681-65.2208
CIE-Lab61.335042.1740-57.6831

#a57dfb color RGB value is (165,125,251).

#a57dfb hex color red value is 165, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a57dfb hue: 0.72 , saturation: 0.94 and the lightness value of a57dfb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111101 11111011
Octal 245 175 373
Decimal 165 125 251
Hex A5 7D FB

RGB Percentages of Color #a57dfb

%30.50
%23.11
%46.40

CMYK Percentages of Color #a57dfb

%34
%50
%0
%2

Triadic Colors of #a57dfb

#a57dfb #fba57d #7dfba5

Analogous Colors of #a57dfb

#a57dfb #e47dfb #7d94fb

Monochromatic Colors of #a57dfb

#a57dfb

Complementary Color

#a57dfb #d3fb7d

#a57dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57dfb Color CSS Codes

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

#a57dfb Text Font Color

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

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


#a57dfb Background Color

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

This div background color is #a57dfb


#a57dfb Border Color

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

This div border color is #a57dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57dfb


Comments

No comments written yet.

Please login to write comment.