Color Hex Logo

#8342ce Color Hex

#8342CE
(131,66,206)
0 Favorites   0 Comments

Color spaces of #8342ce

RGB 13166206
HSL0.740.590.53
HSV268°68°81°
CMYK 0.360.680.00   0.19
XYZ22.448913.178059.7529
Yxy13.17800.23540.1382
Hunter Lab36.301546.8570-72.1813
CIE-Lab43.030254.6284-61.9668

#8342ce color RGB value is (131,66,206).

#8342ce hex color red value is 131, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8342ce hue: 0.74 , saturation: 0.59 and the lightness value of 8342ce is 0.53.

The process color (four color CMYK) of #8342ce color hex is 0.36, 0.68, 0.00, 0.19. Web safe color of #8342ce is #9933cc. Color #8342ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01000010 11001110
Octal 203 102 316
Decimal 131 66 206
Hex 83 42 CE

RGB Percentages of Color #8342ce

%32.51
%16.38
%51.12

CMYK Percentages of Color #8342ce

%36
%68
%0
%19

Triadic Colors of #8342ce

#8342ce #ce8342 #42ce83

Analogous Colors of #8342ce

#8342ce #c942ce #4247ce

Monochromatic Colors of #8342ce

#8342ce

Complementary Color

#8342ce #8dce42

#8342ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8342ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8342ce Color CSS Codes

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

#8342ce Text Font Color

<p style="color:#8342ce">Text here</p>

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


#8342ce Background Color

<div style="background-color:#8342ce">
Div content here</div>

This div background color is #8342ce


#8342ce Border Color

<div style="border:3px solid #8342ce">
Div here</div>

This div border color is #8342ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,66,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8342ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8342ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8342ce;
  box-shadow:         1px 1px 3px 2px #8342ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8342ce


Comments

No comments written yet.

Please login to write comment.