Color Hex Logo

#845cbc Color Hex

#845CBC
(132,92,188)
0 Favorites   0 Comments

Color spaces of #845cbc

RGB 13292188
HSL0.740.420.55
HSV265°51°74°
CMYK 0.300.510.00   0.26
XYZ22.420016.190749.5204
Yxy16.19070.25440.1837
Hunter Lab40.237729.0424-44.8017
CIE-Lab47.223736.4205-44.7989

#845cbc color RGB value is (132,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011100 10111100
Octal 204 134 274
Decimal 132 92 188
Hex 84 5C BC

RGB Percentages of Color #845cbc

%32.04
%22.33
%45.63

CMYK Percentages of Color #845cbc

%30
%51
%0
%26

Triadic Colors of #845cbc

#845cbc #bc845c #5cbc84

Analogous Colors of #845cbc

#845cbc #b45cbc #5c64bc

Monochromatic Colors of #845cbc

#845cbc

Complementary Color

#845cbc #94bc5c

#845cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#845cbc Color CSS Codes

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

#845cbc Text Font Color

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

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


#845cbc Background Color

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

This div background color is #845cbc


#845cbc Border Color

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

This div border color is #845cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845cbc


Comments

No comments written yet.

Please login to write comment.