Color Hex Logo

#7612ba Color Hex

#7612BA
(118,18,186)
0 Favorites   0 Comments

Color spaces of #7612ba

RGB 11818186
HSL0.770.820.40
HSV276°90°73°
CMYK 0.370.900.00   0.27
XYZ16.55047.829347.0933
Yxy7.82930.23160.1095
Hunter Lab27.980956.6143-80.2016
CIE-Lab33.624865.3072-65.6903

#7612ba color RGB value is (118,18,186).

#7612ba hex color red value is 118, green value is 18 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7612ba hue: 0.77 , saturation: 0.82 and the lightness value of 7612ba is 0.40.

The process color (four color CMYK) of #7612ba color hex is 0.37, 0.90, 0.00, 0.27. Web safe color of #7612ba is #6600cc. Color #7612ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 10111010
Octal 166 22 272
Decimal 118 18 186
Hex 76 12 BA

RGB Percentages of Color #7612ba

%36.65
%5.59
%57.76

CMYK Percentages of Color #7612ba

%37
%90
%0
%27

Triadic Colors of #7612ba

#7612ba #ba7612 #12ba76

Analogous Colors of #7612ba

#7612ba #ba12aa #2212ba

Monochromatic Colors of #7612ba

#7612ba

Complementary Color

#7612ba #56ba12

#7612ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7612ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7612ba Color CSS Codes

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

#7612ba Text Font Color

<p style="color:#7612ba">Text here</p>

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


#7612ba Background Color

<div style="background-color:#7612ba">
Div content here</div>

This div background color is #7612ba


#7612ba Border Color

<div style="border:3px solid #7612ba">
Div here</div>

This div border color is #7612ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,18,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7612ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7612ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7612ba;
  box-shadow:         1px 1px 3px 2px #7612ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,18,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7612ba


Comments

No comments written yet.

Please login to write comment.