Color Hex Logo

#a865ce Color Hex

#A865CE
(168,101,206)
0 Favorites   0 Comments

Color spaces of #a865ce

RGB 168101206
HSL0.770.520.60
HSV278°51°81°
CMYK 0.180.510.00   0.19
XYZ31.942722.088460.9724
Yxy22.08840.27780.1921
Hunter Lab46.998339.0717-44.0200
CIE-Lab54.120745.3834-43.9518

#a865ce color RGB value is (168,101,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 11001110
Octal 250 145 316
Decimal 168 101 206
Hex A8 65 CE

RGB Percentages of Color #a865ce

%35.37
%21.26
%43.37

CMYK Percentages of Color #a865ce

%18
%51
%0
%19

Triadic Colors of #a865ce

#a865ce #cea865 #65cea8

Analogous Colors of #a865ce

#a865ce #ce65c0 #7465ce

Monochromatic Colors of #a865ce

#a865ce

Complementary Color

#a865ce #8bce65

#a865ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865ce Color CSS Codes

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

#a865ce Text Font Color

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

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


#a865ce Background Color

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

This div background color is #a865ce


#a865ce Border Color

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

This div border color is #a865ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865ce


Comments

No comments written yet.

Please login to write comment.