Color Hex Logo

#840fdf Color Hex

#840FDF
(132,15,223)
0 Favorites   0 Comments

Color spaces of #840fdf

RGB 13215223
HSL0.760.870.47
HSV274°93°87°
CMYK 0.410.930.00   0.13
XYZ23.005810.574970.6407
Yxy10.57490.22070.1015
Hunter Lab32.519169.3725-106.0314
CIE-Lab38.855175.1597-78.5613

#840fdf color RGB value is (132,15,223).

#840fdf hex color red value is 132, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #840fdf hue: 0.76 , saturation: 0.87 and the lightness value of 840fdf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001111 11011111
Octal 204 17 337
Decimal 132 15 223
Hex 84 F DF

RGB Percentages of Color #840fdf

%35.68
%4.05
%60.27

CMYK Percentages of Color #840fdf

%41
%93
%0
%13

Triadic Colors of #840fdf

#840fdf #df840f #0fdf84

Analogous Colors of #840fdf

#840fdf #df0fd2 #1c0fdf

Monochromatic Colors of #840fdf

#840fdf

Complementary Color

#840fdf #6adf0f

#840fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#840fdf Color CSS Codes

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

#840fdf Text Font Color

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

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


#840fdf Background Color

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

This div background color is #840fdf


#840fdf Border Color

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

This div border color is #840fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840fdf


Comments

No comments written yet.

Please login to write comment.