Color Hex Logo

#8343ef Color Hex

#8343EF
(131,67,239)
0 Favorites   0 Comments

Color spaces of #8343ef

RGB 13167239
HSL0.730.840.60
HSV262°72°94°
CMYK 0.450.720.00   0.06
XYZ26.947215.071683.1502
Yxy15.07160.21530.1204
Hunter Lab38.822255.9615-99.8132
CIE-Lab45.732162.3829-76.3744

#8343ef color RGB value is (131,67,239).

#8343ef hex color red value is 131, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8343ef hue: 0.73 , saturation: 0.84 and the lightness value of 8343ef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000011 11101111
Octal 203 103 357
Decimal 131 67 239
Hex 83 43 EF

RGB Percentages of Color #8343ef

%29.98
%15.33
%54.69

CMYK Percentages of Color #8343ef

%45
%72
%0
%6

Triadic Colors of #8343ef

#8343ef #ef8343 #43ef83

Analogous Colors of #8343ef

#8343ef #d943ef #4359ef

Monochromatic Colors of #8343ef

#8343ef

Complementary Color

#8343ef #afef43

#8343ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8343ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8343ef Color CSS Codes

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

#8343ef Text Font Color

<p style="color:#8343ef">Text here</p>

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


#8343ef Background Color

<div style="background-color:#8343ef">
Div content here</div>

This div background color is #8343ef


#8343ef Border Color

<div style="border:3px solid #8343ef">
Div here</div>

This div border color is #8343ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,67,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8343ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8343ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8343ef;
  box-shadow:         1px 1px 3px 2px #8343ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,67,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 #8343ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8343ef


Comments

No comments written yet.

Please login to write comment.