Color Hex Logo

#762f63 Color Hex

#762F63
(118,47,99)
0 Favorites   0 Comments

Color spaces of #762f63

RGB 1184799
HSL0.880.430.32
HSV316°60°46°
CMYK 0.000.600.16   0.54
XYZ10.73996.785412.5480
Yxy6.78540.35710.2256
Hunter Lab26.048828.0100-10.3265
CIE-Lab31.313337.7897-15.7527

#762f63 color RGB value is (118,47,99).

#762f63 hex color red value is 118, green value is 47 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #762f63 hue: 0.88 , saturation: 0.43 and the lightness value of 762f63 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101111 01100011
Octal 166 57 143
Decimal 118 47 99
Hex 76 2F 63

RGB Percentages of Color #762f63

%44.70
%17.80
%37.50

CMYK Percentages of Color #762f63

%0
%60
%16
%54

Triadic Colors of #762f63

#762f63 #63762f #2f6376

Analogous Colors of #762f63

#762f63 #762f3f #662f76

Monochromatic Colors of #762f63

#762f63

Complementary Color

#762f63 #2f7642

#762f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762f63 Color CSS Codes

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

#762f63 Text Font Color

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

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


#762f63 Background Color

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

This div background color is #762f63


#762f63 Border Color

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

This div border color is #762f63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762f63


Comments

No comments written yet.

Please login to write comment.