Color Hex Logo

#7812bc Color Hex

#7812BC
(120,18,188)
0 Favorites   0 Comments

Color spaces of #7812bc

RGB 12018188
HSL0.770.830.40
HSV276°90°74°
CMYK 0.360.900.00   0.26
XYZ17.03918.056548.2340
Yxy8.05650.23240.1099
Hunter Lab28.384057.4829-80.8850
CIE-Lab34.100365.9793-66.0820

#7812bc color RGB value is (120,18,188).

#7812bc hex color red value is 120, green value is 18 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7812bc hue: 0.77 , saturation: 0.83 and the lightness value of 7812bc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010010 10111100
Octal 170 22 274
Decimal 120 18 188
Hex 78 12 BC

RGB Percentages of Color #7812bc

%36.81
%5.52
%57.67

CMYK Percentages of Color #7812bc

%36
%90
%0
%26

Triadic Colors of #7812bc

#7812bc #bc7812 #12bc78

Analogous Colors of #7812bc

#7812bc #bc12ab #2312bc

Monochromatic Colors of #7812bc

#7812bc

Complementary Color

#7812bc #56bc12

#7812bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7812bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7812bc Color CSS Codes

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

#7812bc Text Font Color

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

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


#7812bc Background Color

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

This div background color is #7812bc


#7812bc Border Color

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

This div border color is #7812bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7812bc


Comments

No comments written yet.

Please login to write comment.