Color Hex Logo

#a56bff Color Hex

#A56BFF
(165,107,255)
0 Favorites   0 Comments

Color spaces of #a56bff

RGB 165107255
HSL0.731.000.71
HSV264°58°100°
CMYK 0.350.580.00   0.00
XYZ38.824725.734797.5288
Yxy25.73470.23950.1588
Hunter Lab50.729447.8349-78.4763
CIE-Lab57.784452.9520-65.5769

#a56bff color RGB value is (165,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101011 11111111
Octal 245 153 377
Decimal 165 107 255
Hex A5 6B FF

RGB Percentages of Color #a56bff

%31.31
%20.30
%48.39

CMYK Percentages of Color #a56bff

%35
%58
%0
%0

Triadic Colors of #a56bff

#a56bff #ffa56b #6bffa5

Analogous Colors of #a56bff

#a56bff #ef6bff #6b7bff

Monochromatic Colors of #a56bff

#a56bff

Complementary Color

#a56bff #c5ff6b

#a56bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56bff Color CSS Codes

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

#a56bff Text Font Color

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

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


#a56bff Background Color

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

This div background color is #a56bff


#a56bff Border Color

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

This div border color is #a56bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56bff

Related Colors


Comments

No comments written yet.

Please login to write comment.