Color Hex Logo

#a865cc Color Hex

#A865CC
(168,101,204)
0 Favorites   0 Comments

Color spaces of #a865cc

RGB 168101204
HSL0.780.500.60
HSV279°50°80°
CMYK 0.180.500.00   0.20
XYZ31.701221.991859.7008
Yxy21.99180.27960.1939
Hunter Lab46.895438.5986-42.6531
CIE-Lab54.018344.9464-42.9743

#a865cc color RGB value is (168,101,204).

#a865cc hex color red value is 168, green value is 101 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a865cc hue: 0.78 , saturation: 0.50 and the lightness value of a865cc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 11001100
Octal 250 145 314
Decimal 168 101 204
Hex A8 65 CC

RGB Percentages of Color #a865cc

%35.52
%21.35
%43.13

CMYK Percentages of Color #a865cc

%18
%50
%0
%20

Triadic Colors of #a865cc

#a865cc #cca865 #65cca8

Analogous Colors of #a865cc

#a865cc #cc65bd #7565cc

Monochromatic Colors of #a865cc

#a865cc

Complementary Color

#a865cc #89cc65

#a865cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865cc Color CSS Codes

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

#a865cc Text Font Color

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

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


#a865cc Background Color

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

This div background color is #a865cc


#a865cc Border Color

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

This div border color is #a865cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865cc


Comments

No comments written yet.

Please login to write comment.