Color Hex Logo

#762692 Color Hex

#762692
(118,38,146)
0 Favorites   0 Comments

Color spaces of #762692

RGB 11838146
HSL0.790.590.36
HSV284°74°57°
CMYK 0.190.740.00   0.43
XYZ13.35267.313127.9019
Yxy7.31310.27490.1506
Hunter Lab27.042740.8112-42.2437
CIE-Lab32.509350.8318-43.3976

#762692 color RGB value is (118,38,146).

#762692 hex color red value is 118, green value is 38 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #762692 hue: 0.79 , saturation: 0.59 and the lightness value of 762692 is 0.36.

The process color (four color CMYK) of #762692 color hex is 0.19, 0.74, 0.00, 0.43. Web safe color of #762692 is #663399. Color #762692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 10010010
Octal 166 46 222
Decimal 118 38 146
Hex 76 26 92

RGB Percentages of Color #762692

%39.07
%12.58
%48.34

CMYK Percentages of Color #762692

%19
%74
%0
%43

Triadic Colors of #762692

#762692 #927626 #269276

Analogous Colors of #762692

#762692 #922678 #402692

Monochromatic Colors of #762692

#762692

Complementary Color

#762692 #429226

#762692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762692 Color CSS Codes

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

#762692 Text Font Color

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

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


#762692 Background Color

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

This div background color is #762692


#762692 Border Color

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

This div border color is #762692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762692


Comments

No comments written yet.

Please login to write comment.