Color Hex Logo

#7612ce Color Hex

#7612CE
(118,18,206)
0 Favorites   0 Comments

Color spaces of #7612ce

RGB 11818206
HSL0.760.840.44
HSV272°91°81°
CMYK 0.430.910.00   0.19
XYZ18.82818.740459.0872
Yxy8.74040.21730.1009
Hunter Lab29.564261.9414-97.8026
CIE-Lab35.479669.5744-74.3748

#7612ce color RGB value is (118,18,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 11001110
Octal 166 22 316
Decimal 118 18 206
Hex 76 12 CE

RGB Percentages of Color #7612ce

%34.50
%5.26
%60.23

CMYK Percentages of Color #7612ce

%43
%91
%0
%19

Triadic Colors of #7612ce

#7612ce #ce7612 #12ce76

Analogous Colors of #7612ce

#7612ce #ce12c8 #1812ce

Monochromatic Colors of #7612ce

#7612ce

Complementary Color

#7612ce #6ace12

#7612ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7612ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7612ce Color CSS Codes

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

#7612ce Text Font Color

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

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


#7612ce Background Color

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

This div background color is #7612ce


#7612ce Border Color

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

This div border color is #7612ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7612ce


Comments

No comments written yet.

Please login to write comment.