Color Hex Logo

#846fdf Color Hex

#846FDF
(132,111,223)
0 Favorites   0 Comments

Color spaces of #846fdf

RGB 132111223
HSL0.700.640.65
HSV251°50°87°
CMYK 0.410.500.00   0.13
XYZ28.519421.602172.4785
Yxy21.60210.23260.1762
Hunter Lab46.478128.1928-59.9230
CIE-Lab53.602334.7275-54.6238

#846fdf color RGB value is (132,111,223).

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

The process color (four color CMYK) of #846fdf color hex is 0.41, 0.50, 0.00, 0.13. Web safe color of #846fdf is #9966cc. Color #846fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11011111
Octal 204 157 337
Decimal 132 111 223
Hex 84 6F DF

RGB Percentages of Color #846fdf

%28.33
%23.82
%47.85

CMYK Percentages of Color #846fdf

%41
%50
%0
%13

Triadic Colors of #846fdf

#846fdf #df846f #6fdf84

Analogous Colors of #846fdf

#846fdf #bc6fdf #6f92df

Monochromatic Colors of #846fdf

#846fdf

Complementary Color

#846fdf #cadf6f

#846fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fdf Color CSS Codes

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

#846fdf Text Font Color

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

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


#846fdf Background Color

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

This div background color is #846fdf


#846fdf Border Color

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

This div border color is #846fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fdf

#846fdf Color Palettes


Comments

No comments written yet.

Please login to write comment.