Color Hex Logo

#a844ce Color Hex

#A844CE
(168,68,206)
0 Favorites   0 Comments

Color spaces of #a844ce

RGB 16868206
HSL0.790.580.54
HSV283°67°81°
CMYK 0.180.670.00   0.19
XYZ29.356116.915360.1103
Yxy16.91530.27600.1590
Hunter Lab41.128255.4336-57.8646
CIE-Lab48.153161.4571-53.4600

#a844ce color RGB value is (168,68,206).

#a844ce hex color red value is 168, green value is 68 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a844ce hue: 0.79 , saturation: 0.58 and the lightness value of a844ce is 0.54.

The process color (four color CMYK) of #a844ce color hex is 0.18, 0.67, 0.00, 0.19. Web safe color of #a844ce is #9933cc. Color #a844ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 11001110
Octal 250 104 316
Decimal 168 68 206
Hex A8 44 CE

RGB Percentages of Color #a844ce

%38.01
%15.38
%46.61

CMYK Percentages of Color #a844ce

%18
%67
%0
%19

Triadic Colors of #a844ce

#a844ce #cea844 #44cea8

Analogous Colors of #a844ce

#a844ce #ce44af #6344ce

Monochromatic Colors of #a844ce

#a844ce

Complementary Color

#a844ce #6ace44

#a844ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a844ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a844ce Color CSS Codes

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

#a844ce Text Font Color

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

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


#a844ce Background Color

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

This div background color is #a844ce


#a844ce Border Color

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

This div border color is #a844ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a844ce


Comments

No comments written yet.

Please login to write comment.