Color Hex Logo

#a867ce Color Hex

#A867CE
(168,103,206)
0 Favorites   0 Comments

Color spaces of #a867ce

RGB 168103206
HSL0.770.510.61
HSV278°50°81°
CMYK 0.180.500.00   0.19
XYZ32.139322.481661.0380
Yxy22.48160.27790.1944
Hunter Lab47.414838.0174-43.1349
CIE-Lab54.534344.3123-43.2978

#a867ce color RGB value is (168,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 11001110
Octal 250 147 316
Decimal 168 103 206
Hex A8 67 CE

RGB Percentages of Color #a867ce

%35.22
%21.59
%43.19

CMYK Percentages of Color #a867ce

%18
%50
%0
%19

Triadic Colors of #a867ce

#a867ce #cea867 #67cea8

Analogous Colors of #a867ce

#a867ce #ce67c1 #7567ce

Monochromatic Colors of #a867ce

#a867ce

Complementary Color

#a867ce #8dce67

#a867ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a867ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a867ce Color CSS Codes

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

#a867ce Text Font Color

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

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


#a867ce Background Color

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

This div background color is #a867ce


#a867ce Border Color

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

This div border color is #a867ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a867ce


Comments

No comments written yet.

Please login to write comment.