Color Hex Logo

#7820bc Color Hex

#7820BC
(120,32,188)
0 Favorites   0 Comments

Color spaces of #7820bc

RGB 12032188
HSL0.760.710.43
HSV274°83°74°
CMYK 0.360.830.00   0.26
XYZ17.33938.656948.3340
Yxy8.65690.23330.1165
Hunter Lab29.422653.7039-76.8028
CIE-Lab35.315162.3889-64.0927

#7820bc color RGB value is (120,32,188).

#7820bc hex color red value is 120, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7820bc hue: 0.76 , saturation: 0.71 and the lightness value of 7820bc is 0.43.

The process color (four color CMYK) of #7820bc color hex is 0.36, 0.83, 0.00, 0.26. Web safe color of #7820bc is #6633cc. Color #7820bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100000 10111100
Octal 170 40 274
Decimal 120 32 188
Hex 78 20 BC

RGB Percentages of Color #7820bc

%35.29
%9.41
%55.29

CMYK Percentages of Color #7820bc

%36
%83
%0
%26

Triadic Colors of #7820bc

#7820bc #bc7820 #20bc78

Analogous Colors of #7820bc

#7820bc #bc20b2 #2a20bc

Monochromatic Colors of #7820bc

#7820bc

Complementary Color

#7820bc #64bc20

#7820bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7820bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7820bc Color CSS Codes

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

#7820bc Text Font Color

<p style="color:#7820bc">Text here</p>

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


#7820bc Background Color

<div style="background-color:#7820bc">
Div content here</div>

This div background color is #7820bc


#7820bc Border Color

<div style="border:3px solid #7820bc">
Div here</div>

This div border color is #7820bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,32,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7820bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7820bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7820bc;
  box-shadow:         1px 1px 3px 2px #7820bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,32,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 #7820bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7820bc


Comments

No comments written yet.

Please login to write comment.