Color Hex Logo

#846fcf Color Hex

#846FCF
(132,111,207)
0 Favorites   0 Comments

Color spaces of #846fcf

RGB 132111207
HSL0.700.500.62
HSV253°46°81°
CMYK 0.360.460.00   0.19
XYZ26.462620.779461.6476
Yxy20.77940.24300.1908
Hunter Lab45.584423.8498-48.2737
CIE-Lab52.707230.3368-46.9951

#846fcf color RGB value is (132,111,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11001111
Octal 204 157 317
Decimal 132 111 207
Hex 84 6F CF

RGB Percentages of Color #846fcf

%29.33
%24.67
%46.00

CMYK Percentages of Color #846fcf

%36
%46
%0
%19

Triadic Colors of #846fcf

#846fcf #cf846f #6fcf84

Analogous Colors of #846fcf

#846fcf #b46fcf #6f8acf

Monochromatic Colors of #846fcf

#846fcf

Complementary Color

#846fcf #bacf6f

#846fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fcf Color CSS Codes

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

#846fcf Text Font Color

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

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


#846fcf Background Color

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

This div background color is #846fcf


#846fcf Border Color

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

This div border color is #846fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fcf


Comments

No comments written yet.

Please login to write comment.