Color Hex Logo

#830fdd Color Hex

#830FDD
(131,15,221)
0 Favorites   0 Comments

Color spaces of #830fdd

RGB 13115221
HSL0.760.870.46
HSV274°93°87°
CMYK 0.410.930.00   0.13
XYZ22.582010.387469.2214
Yxy10.38740.22100.1016
Hunter Lab32.229568.6667-104.7804
CIE-Lab38.528974.6402-77.9562

#830fdd color RGB value is (131,15,221).

#830fdd hex color red value is 131, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #830fdd hue: 0.76 , saturation: 0.87 and the lightness value of 830fdd is 0.46.

The process color (four color CMYK) of #830fdd color hex is 0.41, 0.93, 0.00, 0.13. Web safe color of #830fdd is #9900cc. Color #830fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001111 11011101
Octal 203 17 335
Decimal 131 15 221
Hex 83 F DD

RGB Percentages of Color #830fdd

%35.69
%4.09
%60.22

CMYK Percentages of Color #830fdd

%41
%93
%0
%13

Triadic Colors of #830fdd

#830fdd #dd830f #0fdd83

Analogous Colors of #830fdd

#830fdd #dd0fd0 #1c0fdd

Monochromatic Colors of #830fdd

#830fdd

Complementary Color

#830fdd #69dd0f

#830fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#830fdd Color CSS Codes

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

#830fdd Text Font Color

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

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


#830fdd Background Color

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

This div background color is #830fdd


#830fdd Border Color

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

This div border color is #830fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830fdd


Comments

No comments written yet.

Please login to write comment.