Color Hex Logo

#762096 Color Hex

#762096
(118,32,150)
0 Favorites   0 Comments

Color spaces of #762096

RGB 11832150
HSL0.790.650.36
HSV284°79°59°
CMYK 0.210.790.00   0.41
XYZ13.49277.086629.5109
Yxy7.08660.26940.1415
Hunter Lab26.620743.8866-47.0927
CIE-Lab32.003253.9190-46.6665

#762096 color RGB value is (118,32,150).

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

The process color (four color CMYK) of #762096 color hex is 0.21, 0.79, 0.00, 0.41. Web safe color of #762096 is #663399. Color #762096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 10010110
Octal 166 40 226
Decimal 118 32 150
Hex 76 20 96

RGB Percentages of Color #762096

%39.33
%10.67
%50.00

CMYK Percentages of Color #762096

%21
%79
%0
%41

Triadic Colors of #762096

#762096 #967620 #209676

Analogous Colors of #762096

#762096 #96207b #3b2096

Monochromatic Colors of #762096

#762096

Complementary Color

#762096 #409620

#762096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762096 Color CSS Codes

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

#762096 Text Font Color

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

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


#762096 Background Color

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

This div background color is #762096


#762096 Border Color

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

This div border color is #762096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762096


Comments

No comments written yet.

Please login to write comment.