Color Hex Logo

#762668 Color Hex

#762668
(118,38,104)
0 Favorites   0 Comments

Color spaces of #762668

RGB 11838104
HSL0.860.510.31
HSV311°68°46°
CMYK 0.000.680.12   0.54
XYZ10.66306.237313.7386
Yxy6.23730.34800.2036
Hunter Lab24.974632.5058-15.1334
CIE-Lab30.003442.8574-20.9968

#762668 color RGB value is (118,38,104).

#762668 hex color red value is 118, green value is 38 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #762668 hue: 0.86 , saturation: 0.51 and the lightness value of 762668 is 0.31.

The process color (four color CMYK) of #762668 color hex is 0.00, 0.68, 0.12, 0.54. Web safe color of #762668 is #663366. Color #762668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 01101000
Octal 166 46 150
Decimal 118 38 104
Hex 76 26 68

RGB Percentages of Color #762668

%45.38
%14.62
%40.00

CMYK Percentages of Color #762668

%0
%68
%12
%54

Triadic Colors of #762668

#762668 #687626 #266876

Analogous Colors of #762668

#762668 #762640 #5c2676

Monochromatic Colors of #762668

#762668

Complementary Color

#762668 #267634

#762668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762668 Color CSS Codes

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

#762668 Text Font Color

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

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


#762668 Background Color

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

This div background color is #762668


#762668 Border Color

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

This div border color is #762668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762668


Comments

No comments written yet.

Please login to write comment.