Color Hex Logo

#a567ce Color Hex

#A567CE
(165,103,206)
0 Favorites   0 Comments

Color spaces of #a567ce

RGB 165103206
HSL0.770.510.61
HSV276°50°81°
CMYK 0.200.500.00   0.19
XYZ31.507922.156161.0084
Yxy22.15610.27480.1932
Hunter Lab47.070337.1114-43.8974
CIE-Lab54.192243.4905-43.8609

#a567ce color RGB value is (165,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100111 11001110
Octal 245 147 316
Decimal 165 103 206
Hex A5 67 CE

RGB Percentages of Color #a567ce

%34.81
%21.73
%43.46

CMYK Percentages of Color #a567ce

%20
%50
%0
%19

Triadic Colors of #a567ce

#a567ce #cea567 #67cea5

Analogous Colors of #a567ce

#a567ce #ce67c4 #7267ce

Monochromatic Colors of #a567ce

#a567ce

Complementary Color

#a567ce #90ce67

#a567ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a567ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a567ce Color CSS Codes

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

#a567ce Text Font Color

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

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


#a567ce Background Color

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

This div background color is #a567ce


#a567ce Border Color

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

This div border color is #a567ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a567ce


Comments

No comments written yet.

Please login to write comment.