Color Hex Logo

#845fbc Color Hex

#845FBC
(132,95,188)
0 Favorites   0 Comments

Color spaces of #845fbc

RGB 13295188
HSL0.730.410.55
HSV264°49°74°
CMYK 0.300.490.00   0.26
XYZ22.685016.720849.6088
Yxy16.72080.25480.1878
Hunter Lab40.891127.4664-43.3065
CIE-Lab47.906334.6906-43.7135

#845fbc color RGB value is (132,95,188).

#845fbc hex color red value is 132, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #845fbc hue: 0.73 , saturation: 0.41 and the lightness value of 845fbc is 0.55.

The process color (four color CMYK) of #845fbc color hex is 0.30, 0.49, 0.00, 0.26. Web safe color of #845fbc is #9966cc. Color #845fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011111 10111100
Octal 204 137 274
Decimal 132 95 188
Hex 84 5F BC

RGB Percentages of Color #845fbc

%31.81
%22.89
%45.30

CMYK Percentages of Color #845fbc

%30
%49
%0
%26

Triadic Colors of #845fbc

#845fbc #bc845f #5fbc84

Analogous Colors of #845fbc

#845fbc #b35fbc #5f69bc

Monochromatic Colors of #845fbc

#845fbc

Complementary Color

#845fbc #97bc5f

#845fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#845fbc Color CSS Codes

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

#845fbc Text Font Color

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

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


#845fbc Background Color

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

This div background color is #845fbc


#845fbc Border Color

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

This div border color is #845fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845fbc


Comments

No comments written yet.

Please login to write comment.