Color Hex Logo

#a565ea Color Hex

#A565EA
(165,101,234)
0 Favorites   0 Comments

Color spaces of #a565ea

RGB 165101234
HSL0.750.760.66
HSV269°57°92°
CMYK 0.290.570.00   0.08
XYZ35.022023.247280.4832
Yxy23.24720.25240.1675
Hunter Lab48.215445.2795-65.2188
CIE-Lab55.326151.0175-57.8573

#a565ea color RGB value is (165,101,234).

#a565ea hex color red value is 165, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a565ea hue: 0.75 , saturation: 0.76 and the lightness value of a565ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 11101010
Octal 245 145 352
Decimal 165 101 234
Hex A5 65 EA

RGB Percentages of Color #a565ea

%33.00
%20.20
%46.80

CMYK Percentages of Color #a565ea

%29
%57
%0
%8

Triadic Colors of #a565ea

#a565ea #eaa565 #65eaa5

Analogous Colors of #a565ea

#a565ea #e865ea #6568ea

Monochromatic Colors of #a565ea

#a565ea

Complementary Color

#a565ea #aaea65

#a565ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a565ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a565ea Color CSS Codes

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

#a565ea Text Font Color

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

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


#a565ea Background Color

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

This div background color is #a565ea


#a565ea Border Color

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

This div border color is #a565ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a565ea


Comments

No comments written yet.

Please login to write comment.