Color Hex Logo

#a844bc Color Hex

#A844BC
(168,68,188)
0 Favorites   0 Comments

Color spaces of #a844bc

RGB 16868188
HSL0.810.470.50
HSV290°64°74°
CMYK 0.110.640.00   0.26
XYZ27.292716.089949.2441
Yxy16.08990.29470.1737
Hunter Lab40.112251.2566-44.7093
CIE-Lab47.092257.9182-44.7391

#a844bc color RGB value is (168,68,188).

#a844bc hex color red value is 168, green value is 68 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a844bc hue: 0.81 , saturation: 0.47 and the lightness value of a844bc is 0.50.

The process color (four color CMYK) of #a844bc color hex is 0.11, 0.64, 0.00, 0.26. Web safe color of #a844bc is #9933cc. Color #a844bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000100 10111100
Octal 250 104 274
Decimal 168 68 188
Hex A8 44 BC

RGB Percentages of Color #a844bc

%39.62
%16.04
%44.34

CMYK Percentages of Color #a844bc

%11
%64
%0
%26

Triadic Colors of #a844bc

#a844bc #bca844 #44bca8

Analogous Colors of #a844bc

#a844bc #bc4494 #6c44bc

Monochromatic Colors of #a844bc

#a844bc

Complementary Color

#a844bc #58bc44

#a844bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a844bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a844bc Color CSS Codes

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

#a844bc Text Font Color

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

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


#a844bc Background Color

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

This div background color is #a844bc


#a844bc Border Color

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

This div border color is #a844bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a844bc


Comments

No comments written yet.

Please login to write comment.