Color Hex Logo

#820ced Color Hex

#820CED
(130,12,237)
0 Favorites   0 Comments

Color spaces of #820ced

RGB 13012237
HSL0.750.900.49
HSV271°95°93°
CMYK 0.450.950.00   0.07
XYZ24.623511.123280.9700
Yxy11.12320.21100.0953
Hunter Lab33.351573.4221-120.5970
CIE-Lab39.787278.2808-85.0123

#820ced color RGB value is (130,12,237).

#820ced hex color red value is 130, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #820ced hue: 0.75 , saturation: 0.90 and the lightness value of 820ced is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 11101101
Octal 202 14 355
Decimal 130 12 237
Hex 82 C ED

RGB Percentages of Color #820ced

%34.30
%3.17
%62.53

CMYK Percentages of Color #820ced

%45
%95
%0
%7

Triadic Colors of #820ced

#820ced #ed820c #0ced82

Analogous Colors of #820ced

#820ced #ed0ce8 #120ced

Monochromatic Colors of #820ced

#820ced

Complementary Color

#820ced #77ed0c

#820ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#820ced Color CSS Codes

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

#820ced Text Font Color

<p style="color:#820ced">Text here</p>

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


#820ced Background Color

<div style="background-color:#820ced">
Div content here</div>

This div background color is #820ced


#820ced Border Color

<div style="border:3px solid #820ced">
Div here</div>

This div border color is #820ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,12,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820ced;
  -webkit-box-shadow: 1px 1px 3px 2px #820ced;
  box-shadow:         1px 1px 3px 2px #820ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,12,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820ced


Comments

No comments written yet.

Please login to write comment.