Color Hex Logo

#8314ce Color Hex

#8314CE
(131,20,206)
0 Favorites   0 Comments

Color spaces of #8314ce

RGB 13120206
HSL0.770.820.44
HSV276°90°81°
CMYK 0.360.900.00   0.19
XYZ20.75089.781859.1869
Yxy9.78180.23130.1090
Hunter Lab31.275963.6978-90.3081
CIE-Lab37.447970.6919-71.0728

#8314ce color RGB value is (131,20,206).

#8314ce hex color red value is 131, green value is 20 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8314ce hue: 0.77 , saturation: 0.82 and the lightness value of 8314ce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010100 11001110
Octal 203 24 316
Decimal 131 20 206
Hex 83 14 CE

RGB Percentages of Color #8314ce

%36.69
%5.60
%57.70

CMYK Percentages of Color #8314ce

%36
%90
%0
%19

Triadic Colors of #8314ce

#8314ce #ce8314 #14ce83

Analogous Colors of #8314ce

#8314ce #ce14bc #2614ce

Monochromatic Colors of #8314ce

#8314ce

Complementary Color

#8314ce #5fce14

#8314ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8314ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8314ce Color CSS Codes

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

#8314ce Text Font Color

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

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


#8314ce Background Color

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

This div background color is #8314ce


#8314ce Border Color

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

This div border color is #8314ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8314ce


Comments

No comments written yet.

Please login to write comment.