Color Hex Logo

#843fbe Color Hex

#843FBE
(132,63,190)
0 Favorites   0 Comments

Color spaces of #843fbe

RGB 13263190
HSL0.760.500.50
HSV273°67°75°
CMYK 0.310.670.00   0.25
XYZ20.587512.178349.9808
Yxy12.17830.24880.1472
Hunter Lab34.897444.2344-60.4882
CIE-Lab41.498152.4424-55.1458

#843fbe color RGB value is (132,63,190).

#843fbe hex color red value is 132, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #843fbe hue: 0.76 , saturation: 0.50 and the lightness value of 843fbe is 0.50.

The process color (four color CMYK) of #843fbe color hex is 0.31, 0.67, 0.00, 0.25. Web safe color of #843fbe is #9933cc. Color #843fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 10111110
Octal 204 77 276
Decimal 132 63 190
Hex 84 3F BE

RGB Percentages of Color #843fbe

%34.29
%16.36
%49.35

CMYK Percentages of Color #843fbe

%31
%67
%0
%25

Triadic Colors of #843fbe

#843fbe #be843f #3fbe84

Analogous Colors of #843fbe

#843fbe #be3fb9 #453fbe

Monochromatic Colors of #843fbe

#843fbe

Complementary Color

#843fbe #79be3f

#843fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fbe Color CSS Codes

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

#843fbe Text Font Color

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

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


#843fbe Background Color

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

This div background color is #843fbe


#843fbe Border Color

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

This div border color is #843fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fbe


Comments

No comments written yet.

Please login to write comment.