Color Hex Logo

#845cdb Color Hex

#845CDB
(132,92,219)
0 Favorites   0 Comments

Color spaces of #845cdb

RGB 13292219
HSL0.720.640.61
HSV259°58°86°
CMYK 0.400.580.00   0.14
XYZ26.129017.674369.0522
Yxy17.67430.23150.1566
Hunter Lab42.040837.3690-67.9555
CIE-Lab49.098744.5132-59.5923

#845cdb color RGB value is (132,92,219).

#845cdb hex color red value is 132, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #845cdb hue: 0.72 , saturation: 0.64 and the lightness value of 845cdb is 0.61.

The process color (four color CMYK) of #845cdb color hex is 0.40, 0.58, 0.00, 0.14. Web safe color of #845cdb is #9966cc. Color #845cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011100 11011011
Octal 204 134 333
Decimal 132 92 219
Hex 84 5C DB

RGB Percentages of Color #845cdb

%29.80
%20.77
%49.44

CMYK Percentages of Color #845cdb

%40
%58
%0
%14

Triadic Colors of #845cdb

#845cdb #db845c #5cdb84

Analogous Colors of #845cdb

#845cdb #c45cdb #5c74db

Monochromatic Colors of #845cdb

#845cdb

Complementary Color

#845cdb #b3db5c

#845cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#845cdb Color CSS Codes

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

#845cdb Text Font Color

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

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


#845cdb Background Color

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

This div background color is #845cdb


#845cdb Border Color

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

This div border color is #845cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845cdb


Comments

No comments written yet.

Please login to write comment.