Color Hex Logo

#842dbc Color Hex

#842DBC
(132,45,188)
0 Favorites   0 Comments

Color spaces of #842dbc

RGB 13245188
HSL0.770.610.46
HSV277°76°74°
CMYK 0.300.760.00   0.26
XYZ19.531210.413148.5575
Yxy10.41310.24880.1326
Hunter Lab32.269351.5668-66.6285
CIE-Lab38.573959.8209-58.7090

#842dbc color RGB value is (132,45,188).

#842dbc hex color red value is 132, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #842dbc hue: 0.77 , saturation: 0.61 and the lightness value of 842dbc is 0.46.

The process color (four color CMYK) of #842dbc color hex is 0.30, 0.76, 0.00, 0.26. Web safe color of #842dbc is #9933cc. Color #842dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101101 10111100
Octal 204 55 274
Decimal 132 45 188
Hex 84 2D BC

RGB Percentages of Color #842dbc

%36.16
%12.33
%51.51

CMYK Percentages of Color #842dbc

%30
%76
%0
%26

Triadic Colors of #842dbc

#842dbc #bc842d #2dbc84

Analogous Colors of #842dbc

#842dbc #bc2dad #3c2dbc

Monochromatic Colors of #842dbc

#842dbc

Complementary Color

#842dbc #65bc2d

#842dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842dbc Color CSS Codes

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

#842dbc Text Font Color

<p style="color:#842dbc">Text here</p>

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


#842dbc Background Color

<div style="background-color:#842dbc">
Div content here</div>

This div background color is #842dbc


#842dbc Border Color

<div style="border:3px solid #842dbc">
Div here</div>

This div border color is #842dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842dbc


Comments

No comments written yet.

Please login to write comment.