Color Hex Logo

#762063 Color Hex

#762063
(118,32,99)
0 Favorites   0 Comments

Color spaces of #762063

RGB 1183299
HSL0.870.570.29
HSV313°73°46°
CMYK 0.000.730.16   0.54
XYZ10.23995.785412.3814
Yxy5.78540.36050.2037
Hunter Lab24.052933.8994-13.6830
CIE-Lab28.864544.5340-19.5422

#762063 color RGB value is (118,32,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 01100011
Octal 166 40 143
Decimal 118 32 99
Hex 76 20 63

RGB Percentages of Color #762063

%47.39
%12.85
%39.76

CMYK Percentages of Color #762063

%0
%73
%16
%54

Triadic Colors of #762063

#762063 #637620 #206376

Analogous Colors of #762063

#762063 #762038 #5e2076

Monochromatic Colors of #762063

#762063

Complementary Color

#762063 #207633

#762063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762063 Color CSS Codes

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

#762063 Text Font Color

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

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


#762063 Background Color

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

This div background color is #762063


#762063 Border Color

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

This div border color is #762063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,32,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 #762063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762063


Comments

No comments written yet.

Please login to write comment.