Color Hex Logo

#8348ef Color Hex

#8348EF
(131,72,239)
0 Favorites   0 Comments

Color spaces of #8348ef

RGB 13172239
HSL0.730.840.61
HSV261°70°94°
CMYK 0.450.700.00   0.06
XYZ27.257415.692083.2536
Yxy15.69200.21600.1243
Hunter Lab39.613153.5011-96.8786
CIE-Lab46.567860.0364-75.0093

#8348ef color RGB value is (131,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001000 11101111
Octal 203 110 357
Decimal 131 72 239
Hex 83 48 EF

RGB Percentages of Color #8348ef

%29.64
%16.29
%54.07

CMYK Percentages of Color #8348ef

%45
%70
%0
%6

Triadic Colors of #8348ef

#8348ef #ef8348 #48ef83

Analogous Colors of #8348ef

#8348ef #d748ef #4861ef

Monochromatic Colors of #8348ef

#8348ef

Complementary Color

#8348ef #b4ef48

#8348ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8348ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8348ef Color CSS Codes

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

#8348ef Text Font Color

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

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


#8348ef Background Color

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

This div background color is #8348ef


#8348ef Border Color

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

This div border color is #8348ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8348ef


Comments

No comments written yet.

Please login to write comment.