Color Hex Logo

#a56bec Color Hex

#A56BEC
(165,107,236)
0 Favorites   0 Comments

Color spaces of #a56bec

RGB 165107236
HSL0.740.770.67
HSV267°55°93°
CMYK 0.300.550.00   0.07
XYZ35.915124.570982.2066
Yxy24.57090.25170.1722
Hunter Lab49.569042.5858-63.6298
CIE-Lab56.654948.3111-56.8478

#a56bec color RGB value is (165,107,236).

#a56bec hex color red value is 165, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a56bec hue: 0.74 , saturation: 0.77 and the lightness value of a56bec is 0.67.

The process color (four color CMYK) of #a56bec color hex is 0.30, 0.55, 0.00, 0.07. Web safe color of #a56bec is #9966ff. Color #a56bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101011 11101100
Octal 245 153 354
Decimal 165 107 236
Hex A5 6B EC

RGB Percentages of Color #a56bec

%32.48
%21.06
%46.46

CMYK Percentages of Color #a56bec

%30
%55
%0
%7

Triadic Colors of #a56bec

#a56bec #eca56b #6beca5

Analogous Colors of #a56bec

#a56bec #e66bec #6b72ec

Monochromatic Colors of #a56bec

#a56bec

Complementary Color

#a56bec #b2ec6b

#a56bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56bec Color CSS Codes

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

#a56bec Text Font Color

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

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


#a56bec Background Color

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

This div background color is #a56bec


#a56bec Border Color

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

This div border color is #a56bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56bec


Comments

No comments written yet.

Please login to write comment.