Color Hex Logo

#a845bc Color Hex

#A845BC
(168,69,188)
0 Favorites   0 Comments

Color spaces of #a845bc

RGB 16869188
HSL0.810.470.50
HSV290°63°74°
CMYK 0.110.630.00   0.26
XYZ27.353716.211949.2645
Yxy16.21190.29470.1746
Hunter Lab40.264050.8035-44.3587
CIE-Lab47.251357.4781-44.4860

#a845bc color RGB value is (168,69,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000101 10111100
Octal 250 105 274
Decimal 168 69 188
Hex A8 45 BC

RGB Percentages of Color #a845bc

%39.53
%16.24
%44.24

CMYK Percentages of Color #a845bc

%11
%63
%0
%26

Triadic Colors of #a845bc

#a845bc #bca845 #45bca8

Analogous Colors of #a845bc

#a845bc #bc4595 #6d45bc

Monochromatic Colors of #a845bc

#a845bc

Complementary Color

#a845bc #59bc45

#a845bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a845bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a845bc Color CSS Codes

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

#a845bc Text Font Color

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

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


#a845bc Background Color

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

This div background color is #a845bc


#a845bc Border Color

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

This div border color is #a845bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a845bc


Comments

No comments written yet.

Please login to write comment.