Color Hex Logo

#830dde Color Hex

#830DDE
(131,13,222)
0 Favorites   0 Comments

Color spaces of #830dde

RGB 13113222
HSL0.760.890.46
HSV274°94°87°
CMYK 0.410.940.00   0.13
XYZ22.688810.387169.9163
Yxy10.38710.22030.1009
Hunter Lab32.229069.2608-106.0609
CIE-Lab38.528475.1299-78.5307

#830dde color RGB value is (131,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001101 11011110
Octal 203 15 336
Decimal 131 13 222
Hex 83 D DE

RGB Percentages of Color #830dde

%35.79
%3.55
%60.66

CMYK Percentages of Color #830dde

%41
%94
%0
%13

Triadic Colors of #830dde

#830dde #de830d #0dde83

Analogous Colors of #830dde

#830dde #de0dd1 #1a0dde

Monochromatic Colors of #830dde

#830dde

Complementary Color

#830dde #68de0d

#830dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#830dde Color CSS Codes

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

#830dde Text Font Color

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

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


#830dde Background Color

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

This div background color is #830dde


#830dde Border Color

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

This div border color is #830dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830dde


Comments

No comments written yet.

Please login to write comment.