Color Hex Logo

#846aca Color Hex

#846ACA
(132,106,202)
0 Favorites   0 Comments

Color spaces of #846aca

RGB 132106202
HSL0.710.480.60
HSV256°48°79°
CMYK 0.350.480.00   0.21
XYZ25.330419.477958.3017
Yxy19.47790.24570.1889
Hunter Lab44.133825.2152-47.4298
CIE-Lab51.241731.9294-46.4726

#846aca color RGB value is (132,106,202).

#846aca hex color red value is 132, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #846aca hue: 0.71 , saturation: 0.48 and the lightness value of 846aca is 0.60.

The process color (four color CMYK) of #846aca color hex is 0.35, 0.48, 0.00, 0.21. Web safe color of #846aca is #9966cc. Color #846aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 11001010
Octal 204 152 312
Decimal 132 106 202
Hex 84 6A CA

RGB Percentages of Color #846aca

%30.00
%24.09
%45.91

CMYK Percentages of Color #846aca

%35
%48
%0
%21

Triadic Colors of #846aca

#846aca #ca846a #6aca84

Analogous Colors of #846aca

#846aca #b46aca #6a80ca

Monochromatic Colors of #846aca

#846aca

Complementary Color

#846aca #b0ca6a

#846aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#846aca Color CSS Codes

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

#846aca Text Font Color

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

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


#846aca Background Color

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

This div background color is #846aca


#846aca Border Color

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

This div border color is #846aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,106,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846aca;
  -webkit-box-shadow: 1px 1px 3px 2px #846aca;
  box-shadow:         1px 1px 3px 2px #846aca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846aca


Comments

No comments written yet.

Please login to write comment.