Color Hex Logo

#762963 Color Hex

#762963
(118,41,99)
2 Favorites   0 Comments

Color spaces of #762963

RGB 1184199
HSL0.870.480.31
HSV315°65°46°
CMYK 0.000.650.16   0.54
XYZ10.51636.338312.4735
Yxy6.33830.35860.2161
Hunter Lab25.176030.5036-11.7522
CIE-Lab30.250440.6818-17.3922

#762963 color RGB value is (118,41,99).

#762963 hex color red value is 118, green value is 41 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #762963 hue: 0.87 , saturation: 0.48 and the lightness value of 762963 is 0.31.

The process color (four color CMYK) of #762963 color hex is 0.00, 0.65, 0.16, 0.54. Web safe color of #762963 is #663366. Color #762963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01100011
Octal 166 51 143
Decimal 118 41 99
Hex 76 29 63

RGB Percentages of Color #762963

%45.74
%15.89
%38.37

CMYK Percentages of Color #762963

%0
%65
%16
%54

Triadic Colors of #762963

#762963 #637629 #296376

Analogous Colors of #762963

#762963 #76293d #632976

Monochromatic Colors of #762963

#762963

Complementary Color

#762963 #29763c

#762963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762963 Color CSS Codes

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

#762963 Text Font Color

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

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


#762963 Background Color

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

This div background color is #762963


#762963 Border Color

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

This div border color is #762963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762963


Comments

No comments written yet.

Please login to write comment.