Color Hex Logo

#7612cc Color Hex

#7612CC
(118,18,204)
0 Favorites   0 Comments

Color spaces of #7612cc

RGB 11818204
HSL0.760.840.44
HSV272°91°80°
CMYK 0.420.910.00   0.20
XYZ18.58668.643857.8155
Yxy8.64380.21850.1016
Hunter Lab29.400361.3953-96.0130
CIE-Lab35.289269.1434-73.5242

#7612cc color RGB value is (118,18,204).

#7612cc hex color red value is 118, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7612cc hue: 0.76 , saturation: 0.84 and the lightness value of 7612cc is 0.44.

The process color (four color CMYK) of #7612cc color hex is 0.42, 0.91, 0.00, 0.20. Web safe color of #7612cc is #6600cc. Color #7612cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 11001100
Octal 166 22 314
Decimal 118 18 204
Hex 76 12 CC

RGB Percentages of Color #7612cc

%34.71
%5.29
%60.00

CMYK Percentages of Color #7612cc

%42
%91
%0
%20

Triadic Colors of #7612cc

#7612cc #cc7612 #12cc76

Analogous Colors of #7612cc

#7612cc #cc12c5 #1912cc

Monochromatic Colors of #7612cc

#7612cc

Complementary Color

#7612cc #68cc12

#7612cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7612cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7612cc Color CSS Codes

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

#7612cc Text Font Color

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

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


#7612cc Background Color

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

This div background color is #7612cc


#7612cc Border Color

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

This div border color is #7612cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7612cc


Comments

No comments written yet.

Please login to write comment.