Color Hex Logo

#a844ca Color Hex

#A844CA
(168,68,202)
0 Favorites   0 Comments

Color spaces of #a844ca

RGB 16868202
HSL0.790.560.53
HSV285°66°79°
CMYK 0.170.660.00   0.21
XYZ28.876216.723357.5831
Yxy16.72330.27990.1621
Hunter Lab40.894154.4778-54.8605
CIE-Lab47.909560.6555-51.5478

#a844ca color RGB value is (168,68,202).

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

The process color (four color CMYK) of #a844ca color hex is 0.17, 0.66, 0.00, 0.21. Web safe color of #a844ca is #9933cc. Color #a844ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 11001010
Octal 250 104 312
Decimal 168 68 202
Hex A8 44 CA

RGB Percentages of Color #a844ca

%38.36
%15.53
%46.12

CMYK Percentages of Color #a844ca

%17
%66
%0
%21

Triadic Colors of #a844ca

#a844ca #caa844 #44caa8

Analogous Colors of #a844ca

#a844ca #ca44a9 #6544ca

Monochromatic Colors of #a844ca

#a844ca

Complementary Color

#a844ca #66ca44

#a844ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a844ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a844ca Color CSS Codes

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

#a844ca Text Font Color

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

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


#a844ca Background Color

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

This div background color is #a844ca


#a844ca Border Color

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

This div border color is #a844ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a844ca


Comments

No comments written yet.

Please login to write comment.