Color Hex Logo

#a56cfe Color Hex

#A56CFE
(165,108,254)
0 Favorites   0 Comments

Color spaces of #a56cfe

RGB 165108254
HSL0.730.990.71
HSV263°57°100°
CMYK 0.350.570.00   0.00
XYZ38.769025.880296.7180
Yxy25.88020.24030.1604
Hunter Lab50.872647.0043-77.1102
CIE-Lab57.923252.1762-64.8019

#a56cfe color RGB value is (165,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101100 11111110
Octal 245 154 376
Decimal 165 108 254
Hex A5 6C FE

RGB Percentages of Color #a56cfe

%31.31
%20.49
%48.20

CMYK Percentages of Color #a56cfe

%35
%57
%0
%0

Triadic Colors of #a56cfe

#a56cfe #fea56c #6cfea5

Analogous Colors of #a56cfe

#a56cfe #ee6cfe #6c7cfe

Monochromatic Colors of #a56cfe

#a56cfe

Complementary Color

#a56cfe #c5fe6c

#a56cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56cfe Color CSS Codes

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

#a56cfe Text Font Color

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

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


#a56cfe Background Color

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

This div background color is #a56cfe


#a56cfe Border Color

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

This div border color is #a56cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.