Color Hex Logo

#a57bfc Color Hex

#A57BFC
(165,123,252)
0 Favorites   0 Comments

Color spaces of #a57bfc

RGB 165123252
HSL0.720.960.74
HSV260°51°99°
CMYK 0.350.510.00   0.01
XYZ40.170729.193595.6131
Yxy29.19350.24350.1770
Hunter Lab54.031038.1560-67.0977
CIE-Lab60.952043.5369-58.8448

#a57bfc color RGB value is (165,123,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111011 11111100
Octal 245 173 374
Decimal 165 123 252
Hex A5 7B FC

RGB Percentages of Color #a57bfc

%30.56
%22.78
%46.67

CMYK Percentages of Color #a57bfc

%35
%51
%0
%1

Triadic Colors of #a57bfc

#a57bfc #fca57b #7bfca5

Analogous Colors of #a57bfc

#a57bfc #e67bfc #7b92fc

Monochromatic Colors of #a57bfc

#a57bfc

Complementary Color

#a57bfc #d2fc7b

#a57bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57bfc Color CSS Codes

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

#a57bfc Text Font Color

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

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


#a57bfc Background Color

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

This div background color is #a57bfc


#a57bfc Border Color

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

This div border color is #a57bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.