Color Hex Logo

#842fdf Color Hex

#842FDF
(132,47,223)
0 Favorites   0 Comments

Color spaces of #842fdf

RGB 13247223
HSL0.750.730.53
HSV269°79°87°
CMYK 0.410.790.00   0.13
XYZ23.851512.266370.9226
Yxy12.26630.22280.1146
Hunter Lab35.023360.2711-95.5467
CIE-Lab41.636366.9441-73.9962

#842fdf color RGB value is (132,47,223).

#842fdf hex color red value is 132, green value is 47 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #842fdf hue: 0.75 , saturation: 0.73 and the lightness value of 842fdf is 0.53.

The process color (four color CMYK) of #842fdf color hex is 0.41, 0.79, 0.00, 0.13. Web safe color of #842fdf is #9933cc. Color #842fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11011111
Octal 204 57 337
Decimal 132 47 223
Hex 84 2F DF

RGB Percentages of Color #842fdf

%32.84
%11.69
%55.47

CMYK Percentages of Color #842fdf

%41
%79
%0
%13

Triadic Colors of #842fdf

#842fdf #df842f #2fdf84

Analogous Colors of #842fdf

#842fdf #dc2fdf #2f32df

Monochromatic Colors of #842fdf

#842fdf

Complementary Color

#842fdf #8adf2f

#842fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fdf Color CSS Codes

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

#842fdf Text Font Color

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

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


#842fdf Background Color

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

This div background color is #842fdf


#842fdf Border Color

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

This div border color is #842fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fdf


Comments

No comments written yet.

Please login to write comment.