Color Hex Logo

#820fbc Color Hex

#820FBC
(130,15,188)
0 Favorites   0 Comments

Color spaces of #820fbc

RGB 13015188
HSL0.780.850.40
HSV280°92°74°
CMYK 0.310.920.00   0.26
XYZ18.45388.718348.2871
Yxy8.71830.24460.1155
Hunter Lab29.526859.8881-76.2922
CIE-Lab35.436267.8172-63.8347

#820fbc color RGB value is (130,15,188).

#820fbc hex color red value is 130, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #820fbc hue: 0.78 , saturation: 0.85 and the lightness value of 820fbc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001111 10111100
Octal 202 17 274
Decimal 130 15 188
Hex 82 F BC

RGB Percentages of Color #820fbc

%39.04
%4.50
%56.46

CMYK Percentages of Color #820fbc

%31
%92
%0
%26

Triadic Colors of #820fbc

#820fbc #bc820f #0fbc82

Analogous Colors of #820fbc

#820fbc #bc0fa0 #2b0fbc

Monochromatic Colors of #820fbc

#820fbc

Complementary Color

#820fbc #49bc0f

#820fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#820fbc Color CSS Codes

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

#820fbc Text Font Color

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

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


#820fbc Background Color

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

This div background color is #820fbc


#820fbc Border Color

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

This div border color is #820fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,15,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 #820fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820fbc


Comments

No comments written yet.

Please login to write comment.