Color Hex Logo

#7821bc Color Hex

#7821BC
(120,33,188)
0 Favorites   0 Comments

Color spaces of #7821bc

RGB 12033188
HSL0.760.700.43
HSV274°82°74°
CMYK 0.360.820.00   0.26
XYZ17.36678.711648.3431
Yxy8.71160.23340.1171
Hunter Lab29.515453.3764-76.4499
CIE-Lab35.423062.0733-63.9163

#7821bc color RGB value is (120,33,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100001 10111100
Octal 170 41 274
Decimal 120 33 188
Hex 78 21 BC

RGB Percentages of Color #7821bc

%35.19
%9.68
%55.13

CMYK Percentages of Color #7821bc

%36
%82
%0
%26

Triadic Colors of #7821bc

#7821bc #bc7821 #21bc78

Analogous Colors of #7821bc

#7821bc #bc21b3 #2b21bc

Monochromatic Colors of #7821bc

#7821bc

Complementary Color

#7821bc #65bc21

#7821bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7821bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7821bc Color CSS Codes

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

#7821bc Text Font Color

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

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


#7821bc Background Color

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

This div background color is #7821bc


#7821bc Border Color

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

This div border color is #7821bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7821bc


Comments

No comments written yet.

Please login to write comment.