Color Hex Logo

#845fcc Color Hex

#845FCC
(132,95,204)
0 Favorites   0 Comments

Color spaces of #845fcc

RGB 13295204
HSL0.720.520.59
HSV260°53°80°
CMYK 0.350.530.00   0.20
XYZ24.507017.449659.2032
Yxy17.44960.24230.1725
Hunter Lab41.772731.6192-54.7890
CIE-Lab48.821638.8359-51.4780

#845fcc color RGB value is (132,95,204).

#845fcc hex color red value is 132, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #845fcc hue: 0.72 , saturation: 0.52 and the lightness value of 845fcc is 0.59.

The process color (four color CMYK) of #845fcc color hex is 0.35, 0.53, 0.00, 0.20. Web safe color of #845fcc is #9966cc. Color #845fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011111 11001100
Octal 204 137 314
Decimal 132 95 204
Hex 84 5F CC

RGB Percentages of Color #845fcc

%30.63
%22.04
%47.33

CMYK Percentages of Color #845fcc

%35
%53
%0
%20

Triadic Colors of #845fcc

#845fcc #cc845f #5fcc84

Analogous Colors of #845fcc

#845fcc #bb5fcc #5f71cc

Monochromatic Colors of #845fcc

#845fcc

Complementary Color

#845fcc #a7cc5f

#845fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#845fcc Color CSS Codes

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

#845fcc Text Font Color

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

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


#845fcc Background Color

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

This div background color is #845fcc


#845fcc Border Color

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

This div border color is #845fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845fcc


Comments

No comments written yet.

Please login to write comment.