Color Hex Logo

#843fef Color Hex

#843FEF
(132,63,239)
0 Favorites   0 Comments

Color spaces of #843fef

RGB 13263239
HSL0.730.850.59
HSV264°74°94°
CMYK 0.450.740.00   0.06
XYZ26.873214.692583.0809
Yxy14.69250.21560.1179
Hunter Lab38.330858.0650-101.6778
CIE-Lab45.210164.3319-77.2236

#843fef color RGB value is (132,63,239).

#843fef hex color red value is 132, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #843fef hue: 0.73 , saturation: 0.85 and the lightness value of 843fef is 0.59.

The process color (four color CMYK) of #843fef color hex is 0.45, 0.74, 0.00, 0.06. Web safe color of #843fef is #9933ff. Color #843fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11101111
Octal 204 77 357
Decimal 132 63 239
Hex 84 3F EF

RGB Percentages of Color #843fef

%30.41
%14.52
%55.07

CMYK Percentages of Color #843fef

%45
%74
%0
%6

Triadic Colors of #843fef

#843fef #ef843f #3fef84

Analogous Colors of #843fef

#843fef #dc3fef #3f52ef

Monochromatic Colors of #843fef

#843fef

Complementary Color

#843fef #aaef3f

#843fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fef Color CSS Codes

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

#843fef Text Font Color

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

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


#843fef Background Color

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

This div background color is #843fef


#843fef Border Color

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

This div border color is #843fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fef


Comments

No comments written yet.

Please login to write comment.