Color Hex Logo

#8372ff Color Hex

#8372FF
(131,114,255)
0 Favorites   0 Comments

Color spaces of #8372ff

RGB 131114255
HSL0.691.000.72
HSV247°55°100°
CMYK 0.490.550.00   0.00
XYZ33.427424.079997.4938
Yxy24.07990.21570.1554
Hunter Lab49.071335.7196-83.4463
CIE-Lab56.167741.8646-68.3412

#8372ff color RGB value is (131,114,255).

#8372ff hex color red value is 131, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8372ff hue: 0.69 , saturation: 1.00 and the lightness value of 8372ff is 0.72.

The process color (four color CMYK) of #8372ff color hex is 0.49, 0.55, 0.00, 0.00. Web safe color of #8372ff is #9966ff. Color #8372ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110010 11111111
Octal 203 162 377
Decimal 131 114 255
Hex 83 72 FF

RGB Percentages of Color #8372ff

%26.20
%22.80
%51.00

CMYK Percentages of Color #8372ff

%49
%55
%0
%0

Triadic Colors of #8372ff

#8372ff #ff8372 #72ff83

Analogous Colors of #8372ff

#8372ff #ca72ff #72a8ff

Monochromatic Colors of #8372ff

#8372ff

Complementary Color

#8372ff #eeff72

#8372ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8372ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8372ff Color CSS Codes

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

#8372ff Text Font Color

<p style="color:#8372ff">Text here</p>

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


#8372ff Background Color

<div style="background-color:#8372ff">
Div content here</div>

This div background color is #8372ff


#8372ff Border Color

<div style="border:3px solid #8372ff">
Div here</div>

This div border color is #8372ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,114,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8372ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8372ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8372ff;
  box-shadow:         1px 1px 3px 2px #8372ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8372ff


Comments

No comments written yet.

Please login to write comment.