Color Hex Logo

#830f9d Color Hex

#830F9D
(131,15,157)
0 Favorites   0 Comments

Color spaces of #830f9d

RGB 13115157
HSL0.800.830.34
HSV289°90°62°
CMYK 0.170.900.00   0.38
XYZ15.61677.601332.5424
Yxy7.60130.28010.1363
Hunter Lab27.570552.8592-50.6828
CIE-Lab33.138462.0515-48.9977

#830f9d color RGB value is (131,15,157).

#830f9d hex color red value is 131, green value is 15 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #830f9d hue: 0.80 , saturation: 0.83 and the lightness value of 830f9d is 0.34.

The process color (four color CMYK) of #830f9d color hex is 0.17, 0.90, 0.00, 0.38. Web safe color of #830f9d is #990099. Color #830f9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001111 10011101
Octal 203 17 235
Decimal 131 15 157
Hex 83 F 9D

RGB Percentages of Color #830f9d

%43.23
%4.95
%51.82

CMYK Percentages of Color #830f9d

%17
%90
%0
%38

Triadic Colors of #830f9d

#830f9d #9d830f #0f9d83

Analogous Colors of #830f9d

#830f9d #9d0f70 #3c0f9d

Monochromatic Colors of #830f9d

#830f9d

Complementary Color

#830f9d #299d0f

#830f9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830f9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#830f9d Color CSS Codes

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

#830f9d Text Font Color

<p style="color:#830f9d">Text here</p>

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


#830f9d Background Color

<div style="background-color:#830f9d">
Div content here</div>

This div background color is #830f9d


#830f9d Border Color

<div style="border:3px solid #830f9d">
Div here</div>

This div border color is #830f9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,15,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830f9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830f9d;
  -webkit-box-shadow: 1px 1px 3px 2px #830f9d;
  box-shadow:         1px 1px 3px 2px #830f9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830f9d


Comments

No comments written yet.

Please login to write comment.