Color Hex Logo

#845ebf Color Hex

#845EBF
(132,94,191)
0 Favorites   0 Comments

Color spaces of #845ebf

RGB 13294191
HSL0.730.430.56
HSV264°51°75°
CMYK 0.310.510.00   0.25
XYZ22.922416.672551.3002
Yxy16.67250.25220.1834
Hunter Lab40.832028.7510-45.9080
CIE-Lab47.844736.0343-45.5492

#845ebf color RGB value is (132,94,191).

#845ebf hex color red value is 132, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #845ebf hue: 0.73 , saturation: 0.43 and the lightness value of 845ebf is 0.56.

The process color (four color CMYK) of #845ebf color hex is 0.31, 0.51, 0.00, 0.25. Web safe color of #845ebf is #9966cc. Color #845ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011110 10111111
Octal 204 136 277
Decimal 132 94 191
Hex 84 5E BF

RGB Percentages of Color #845ebf

%31.65
%22.54
%45.80

CMYK Percentages of Color #845ebf

%31
%51
%0
%25

Triadic Colors of #845ebf

#845ebf #bf845e #5ebf84

Analogous Colors of #845ebf

#845ebf #b55ebf #5e69bf

Monochromatic Colors of #845ebf

#845ebf

Complementary Color

#845ebf #99bf5e

#845ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#845ebf Color CSS Codes

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

#845ebf Text Font Color

<p style="color:#845ebf">Text here</p>

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


#845ebf Background Color

<div style="background-color:#845ebf">
Div content here</div>

This div background color is #845ebf


#845ebf Border Color

<div style="border:3px solid #845ebf">
Div here</div>

This div border color is #845ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,94,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #845ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #845ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #845ebf;
  box-shadow:         1px 1px 3px 2px #845ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845ebf


Comments

No comments written yet.

Please login to write comment.