Color Hex Logo

#843bdc Color Hex

#843BDC
(132,59,220)
0 Favorites   0 Comments

Color spaces of #843bdc

RGB 13259220
HSL0.740.700.55
HSV267°73°86°
CMYK 0.400.730.00   0.14
XYZ23.998013.200868.9933
Yxy13.20080.22600.1243
Hunter Lab36.332954.3172-87.1540
CIE-Lab43.064361.4334-69.9476

#843bdc color RGB value is (132,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111011 11011100
Octal 204 73 334
Decimal 132 59 220
Hex 84 3B DC

RGB Percentages of Color #843bdc

%32.12
%14.36
%53.53

CMYK Percentages of Color #843bdc

%40
%73
%0
%14

Triadic Colors of #843bdc

#843bdc #dc843b #3bdc84

Analogous Colors of #843bdc

#843bdc #d53bdc #3b42dc

Monochromatic Colors of #843bdc

#843bdc

Complementary Color

#843bdc #93dc3b

#843bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843bdc Color CSS Codes

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

#843bdc Text Font Color

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

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


#843bdc Background Color

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

This div background color is #843bdc


#843bdc Border Color

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

This div border color is #843bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843bdc


Comments

No comments written yet.

Please login to write comment.