Color Hex Logo

#a565ce Color Hex

#A565CE
(165,101,206)
0 Favorites   0 Comments

Color spaces of #a565ce

RGB 165101206
HSL0.770.520.60
HSV277°51°81°
CMYK 0.200.510.00   0.19
XYZ31.311321.762960.9429
Yxy21.76290.27460.1909
Hunter Lab46.650738.1679-44.7989
CIE-Lab53.774544.5697-44.5220

#a565ce color RGB value is (165,101,206).

#a565ce hex color red value is 165, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a565ce hue: 0.77 , saturation: 0.52 and the lightness value of a565ce is 0.60.

The process color (four color CMYK) of #a565ce color hex is 0.20, 0.51, 0.00, 0.19. Web safe color of #a565ce is #9966cc. Color #a565ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 11001110
Octal 245 145 316
Decimal 165 101 206
Hex A5 65 CE

RGB Percentages of Color #a565ce

%34.96
%21.40
%43.64

CMYK Percentages of Color #a565ce

%20
%51
%0
%19

Triadic Colors of #a565ce

#a565ce #cea565 #65cea5

Analogous Colors of #a565ce

#a565ce #ce65c3 #7165ce

Monochromatic Colors of #a565ce

#a565ce

Complementary Color

#a565ce #8ece65

#a565ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a565ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a565ce Color CSS Codes

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

#a565ce Text Font Color

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

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


#a565ce Background Color

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

This div background color is #a565ce


#a565ce Border Color

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

This div border color is #a565ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a565ce


Comments

No comments written yet.

Please login to write comment.