Color Hex Logo

#843fdf Color Hex

#843FDF
(132,63,223)
0 Favorites   0 Comments

Color spaces of #843fdf

RGB 13263223
HSL0.740.710.56
HSV266°72°87°
CMYK 0.410.720.00   0.13
XYZ24.612513.788371.1762
Yxy13.78830.22460.1258
Hunter Lab37.132653.3326-87.6549
CIE-Lab43.927860.3860-70.2517

#843fdf color RGB value is (132,63,223).

#843fdf hex color red value is 132, green value is 63 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #843fdf hue: 0.74 , saturation: 0.71 and the lightness value of 843fdf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11011111
Octal 204 77 337
Decimal 132 63 223
Hex 84 3F DF

RGB Percentages of Color #843fdf

%31.58
%15.07
%53.35

CMYK Percentages of Color #843fdf

%41
%72
%0
%13

Triadic Colors of #843fdf

#843fdf #df843f #3fdf84

Analogous Colors of #843fdf

#843fdf #d43fdf #3f4adf

Monochromatic Colors of #843fdf

#843fdf

Complementary Color

#843fdf #9adf3f

#843fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fdf Color CSS Codes

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

#843fdf Text Font Color

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

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


#843fdf Background Color

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

This div background color is #843fdf


#843fdf Border Color

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

This div border color is #843fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fdf


Comments

No comments written yet.

Please login to write comment.