Color Hex Logo

#843fdb Color Hex

#843FDB
(132,63,219)
0 Favorites   0 Comments

Color spaces of #843fdb

RGB 13263219
HSL0.740.680.55
HSV267°71°86°
CMYK 0.400.710.00   0.14
XYZ24.079413.575068.3689
Yxy13.57500.22710.1280
Hunter Lab36.844352.1804-84.2286
CIE-Lab43.617259.4071-68.4745

#843fdb color RGB value is (132,63,219).

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

The process color (four color CMYK) of #843fdb color hex is 0.40, 0.71, 0.00, 0.14. Web safe color of #843fdb is #9933cc. Color #843fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11011011
Octal 204 77 333
Decimal 132 63 219
Hex 84 3F DB

RGB Percentages of Color #843fdb

%31.88
%15.22
%52.90

CMYK Percentages of Color #843fdb

%40
%71
%0
%14

Triadic Colors of #843fdb

#843fdb #db843f #3fdb84

Analogous Colors of #843fdb

#843fdb #d23fdb #3f48db

Monochromatic Colors of #843fdb

#843fdb

Complementary Color

#843fdb #96db3f

#843fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fdb Color CSS Codes

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

#843fdb Text Font Color

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

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


#843fdb Background Color

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

This div background color is #843fdb


#843fdb Border Color

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

This div border color is #843fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fdb


Comments

No comments written yet.

Please login to write comment.