Color Hex Logo

#8349ec Color Hex

#8349EC
(131,73,236)
0 Favorites   0 Comments

Color spaces of #8349ec

RGB 13173236
HSL0.730.810.61
HSV261°69°93°
CMYK 0.440.690.00   0.07
XYZ26.882915.646580.9601
Yxy15.64650.21770.1267
Hunter Lab39.555752.0902-93.6622
CIE-Lab46.507258.7803-73.4186

#8349ec color RGB value is (131,73,236).

#8349ec hex color red value is 131, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8349ec hue: 0.73 , saturation: 0.81 and the lightness value of 8349ec is 0.61.

The process color (four color CMYK) of #8349ec color hex is 0.44, 0.69, 0.00, 0.07. Web safe color of #8349ec is #9933ff. Color #8349ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 11101100
Octal 203 111 354
Decimal 131 73 236
Hex 83 49 EC

RGB Percentages of Color #8349ec

%29.77
%16.59
%53.64

CMYK Percentages of Color #8349ec

%44
%69
%0
%7

Triadic Colors of #8349ec

#8349ec #ec8349 #49ec83

Analogous Colors of #8349ec

#8349ec #d549ec #4961ec

Monochromatic Colors of #8349ec

#8349ec

Complementary Color

#8349ec #b2ec49

#8349ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8349ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8349ec Color CSS Codes

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

#8349ec Text Font Color

<p style="color:#8349ec">Text here</p>

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


#8349ec Background Color

<div style="background-color:#8349ec">
Div content here</div>

This div background color is #8349ec


#8349ec Border Color

<div style="border:3px solid #8349ec">
Div here</div>

This div border color is #8349ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,73,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8349ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8349ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8349ec;
  box-shadow:         1px 1px 3px 2px #8349ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,73,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8349ec


Comments

No comments written yet.

Please login to write comment.