Color Hex Logo

#a565ec Color Hex

#A565EC
(165,101,236)
0 Favorites   0 Comments

Color spaces of #a565ec

RGB 165101236
HSL0.750.780.66
HSV268°57°93°
CMYK 0.300.570.00   0.07
XYZ35.311123.362882.0053
Yxy23.36280.25100.1661
Hunter Lab48.335145.8164-66.7569
CIE-Lab55.444151.4924-58.7867

#a565ec color RGB value is (165,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 11101100
Octal 245 145 354
Decimal 165 101 236
Hex A5 65 EC

RGB Percentages of Color #a565ec

%32.87
%20.12
%47.01

CMYK Percentages of Color #a565ec

%30
%57
%0
%7

Triadic Colors of #a565ec

#a565ec #eca565 #65eca5

Analogous Colors of #a565ec

#a565ec #e965ec #6569ec

Monochromatic Colors of #a565ec

#a565ec

Complementary Color

#a565ec #acec65

#a565ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a565ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a565ec Color CSS Codes

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

#a565ec Text Font Color

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

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


#a565ec Background Color

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

This div background color is #a565ec


#a565ec Border Color

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

This div border color is #a565ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a565ec


Comments

No comments written yet.

Please login to write comment.