Color Hex Logo

#842fbd Color Hex

#842FBD
(132,47,189)
0 Favorites   0 Comments

Color spaces of #842fbd

RGB 13247189
HSL0.770.600.46
HSV276°75°74°
CMYK 0.300.750.00   0.26
XYZ19.717510.612749.1533
Yxy10.61270.24810.1335
Hunter Lab32.577151.0282-66.6544
CIE-Lab38.920359.2626-58.7341

#842fbd color RGB value is (132,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 10111101
Octal 204 57 275
Decimal 132 47 189
Hex 84 2F BD

RGB Percentages of Color #842fbd

%35.87
%12.77
%51.36

CMYK Percentages of Color #842fbd

%30
%75
%0
%26

Triadic Colors of #842fbd

#842fbd #bd842f #2fbd84

Analogous Colors of #842fbd

#842fbd #bd2faf #3d2fbd

Monochromatic Colors of #842fbd

#842fbd

Complementary Color

#842fbd #68bd2f

#842fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fbd Color CSS Codes

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

#842fbd Text Font Color

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

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


#842fbd Background Color

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

This div background color is #842fbd


#842fbd Border Color

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

This div border color is #842fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fbd


Comments

No comments written yet.

Please login to write comment.