Color Hex Logo

#846fcd Color Hex

#846FCD
(132,111,205)
0 Favorites   0 Comments

Color spaces of #846fcd

RGB 132111205
HSL0.700.480.62
HSV253°46°80°
CMYK 0.360.460.00   0.20
XYZ26.219620.682260.3677
Yxy20.68220.24440.1928
Hunter Lab45.477723.3260-46.8680
CIE-Lab52.599929.7969-46.0270

#846fcd color RGB value is (132,111,205).

#846fcd hex color red value is 132, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #846fcd hue: 0.70 , saturation: 0.48 and the lightness value of 846fcd is 0.62.

The process color (four color CMYK) of #846fcd color hex is 0.36, 0.46, 0.00, 0.20. Web safe color of #846fcd is #9966cc. Color #846fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11001101
Octal 204 157 315
Decimal 132 111 205
Hex 84 6F CD

RGB Percentages of Color #846fcd

%29.46
%24.78
%45.76

CMYK Percentages of Color #846fcd

%36
%46
%0
%20

Triadic Colors of #846fcd

#846fcd #cd846f #6fcd84

Analogous Colors of #846fcd

#846fcd #b36fcd #6f89cd

Monochromatic Colors of #846fcd

#846fcd

Complementary Color

#846fcd #b8cd6f

#846fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fcd Color CSS Codes

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

#846fcd Text Font Color

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

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


#846fcd Background Color

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

This div background color is #846fcd


#846fcd Border Color

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

This div border color is #846fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,111,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fcd


Comments

No comments written yet.

Please login to write comment.