Color Hex Logo

#821fbc Color Hex

#821FBC
(130,31,188)
0 Favorites   0 Comments

Color spaces of #821fbc

RGB 13031188
HSL0.770.720.43
HSV278°84°74°
CMYK 0.310.840.00   0.26
XYZ18.77309.356648.3935
Yxy9.35660.24530.1223
Hunter Lab30.588656.0201-72.3894
CIE-Lab36.662064.1932-61.8331

#821fbc color RGB value is (130,31,188).

#821fbc hex color red value is 130, green value is 31 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #821fbc hue: 0.77 , saturation: 0.72 and the lightness value of 821fbc is 0.43.

The process color (four color CMYK) of #821fbc color hex is 0.31, 0.84, 0.00, 0.26. Web safe color of #821fbc is #9933cc. Color #821fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011111 10111100
Octal 202 37 274
Decimal 130 31 188
Hex 82 1F BC

RGB Percentages of Color #821fbc

%37.25
%8.88
%53.87

CMYK Percentages of Color #821fbc

%31
%84
%0
%26

Triadic Colors of #821fbc

#821fbc #bc821f #1fbc82

Analogous Colors of #821fbc

#821fbc #bc1fa8 #341fbc

Monochromatic Colors of #821fbc

#821fbc

Complementary Color

#821fbc #59bc1f

#821fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#821fbc Color CSS Codes

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

#821fbc Text Font Color

<p style="color:#821fbc">Text here</p>

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


#821fbc Background Color

<div style="background-color:#821fbc">
Div content here</div>

This div background color is #821fbc


#821fbc Border Color

<div style="border:3px solid #821fbc">
Div here</div>

This div border color is #821fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,31,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #821fbc;
  box-shadow:         1px 1px 3px 2px #821fbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821fbc


Comments

No comments written yet.

Please login to write comment.