Color Hex Logo

#762066 Color Hex

#762066
(118,32,102)
0 Favorites   0 Comments

Color spaces of #762066

RGB 11832102
HSL0.860.570.29
HSV311°73°46°
CMYK 0.000.730.14   0.54
XYZ10.38605.843913.1510
Yxy5.84390.35350.1989
Hunter Lab24.174234.3846-15.3325
CIE-Lab29.015245.0106-21.2497

#762066 color RGB value is (118,32,102).

#762066 hex color red value is 118, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #762066 hue: 0.86 , saturation: 0.57 and the lightness value of 762066 is 0.29.

The process color (four color CMYK) of #762066 color hex is 0.00, 0.73, 0.14, 0.54. Web safe color of #762066 is #663366. Color #762066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 01100110
Octal 166 40 146
Decimal 118 32 102
Hex 76 20 66

RGB Percentages of Color #762066

%46.83
%12.70
%40.48

CMYK Percentages of Color #762066

%0
%73
%14
%54

Triadic Colors of #762066

#762066 #667620 #206676

Analogous Colors of #762066

#762066 #76203b #5b2076

Monochromatic Colors of #762066

#762066

Complementary Color

#762066 #207630

#762066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762066 Color CSS Codes

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

#762066 Text Font Color

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

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


#762066 Background Color

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

This div background color is #762066


#762066 Border Color

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

This div border color is #762066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,32,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762066;
  -webkit-box-shadow: 1px 1px 3px 2px #762066;
  box-shadow:         1px 1px 3px 2px #762066; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762066


Comments

No comments written yet.

Please login to write comment.