Color Hex Logo

#830dee Color Hex

#830DEE
(131,13,238)
0 Favorites   0 Comments

Color spaces of #830dee

RGB 13113238
HSL0.750.900.49
HSV271°95°93°
CMYK 0.450.950.00   0.07
XYZ24.936611.286281.7531
Yxy11.28620.21140.0957
Hunter Lab33.594973.7045-120.7654
CIE-Lab40.058478.4572-85.1270

#830dee color RGB value is (131,13,238).

#830dee hex color red value is 131, green value is 13 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #830dee hue: 0.75 , saturation: 0.90 and the lightness value of 830dee is 0.49.

The process color (four color CMYK) of #830dee color hex is 0.45, 0.95, 0.00, 0.07. Web safe color of #830dee is #9900ff. Color #830dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001101 11101110
Octal 203 15 356
Decimal 131 13 238
Hex 83 D EE

RGB Percentages of Color #830dee

%34.29
%3.40
%62.30

CMYK Percentages of Color #830dee

%45
%95
%0
%7

Triadic Colors of #830dee

#830dee #ee830d #0dee83

Analogous Colors of #830dee

#830dee #ee0de9 #130dee

Monochromatic Colors of #830dee

#830dee

Complementary Color

#830dee #78ee0d

#830dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#830dee Color CSS Codes

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

#830dee Text Font Color

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

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


#830dee Background Color

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

This div background color is #830dee


#830dee Border Color

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

This div border color is #830dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830dee


Comments

No comments written yet.

Please login to write comment.