Color Hex Logo

#846edf Color Hex

#846EDF
(132,110,223)
0 Favorites   0 Comments

Color spaces of #846edf

RGB 132110223
HSL0.700.640.65
HSV252°51°87°
CMYK 0.410.510.00   0.13
XYZ28.410921.385172.4424
Yxy21.38510.23240.1749
Hunter Lab46.244028.7378-60.5084
CIE-Lab53.368435.3104-54.9980

#846edf color RGB value is (132,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 11011111
Octal 204 156 337
Decimal 132 110 223
Hex 84 6E DF

RGB Percentages of Color #846edf

%28.39
%23.66
%47.96

CMYK Percentages of Color #846edf

%41
%51
%0
%13

Triadic Colors of #846edf

#846edf #df846e #6edf84

Analogous Colors of #846edf

#846edf #bd6edf #6e91df

Monochromatic Colors of #846edf

#846edf

Complementary Color

#846edf #c9df6e

#846edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#846edf Color CSS Codes

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

#846edf Text Font Color

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

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


#846edf Background Color

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

This div background color is #846edf


#846edf Border Color

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

This div border color is #846edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846edf


Comments

No comments written yet.

Please login to write comment.