Color Hex Logo

#762886 Color Hex

#762886
(118,40,134)
0 Favorites   0 Comments

Color spaces of #762886

RGB 11840134
HSL0.800.540.34
HSV290°70°53°
CMYK 0.120.700.00   0.47
XYZ12.53317.090423.2623
Yxy7.09040.29220.1653
Hunter Lab26.627837.4172-33.1568
CIE-Lab32.011847.5460-36.7833

#762886 color RGB value is (118,40,134).

#762886 hex color red value is 118, green value is 40 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #762886 hue: 0.80 , saturation: 0.54 and the lightness value of 762886 is 0.34.

The process color (four color CMYK) of #762886 color hex is 0.12, 0.70, 0.00, 0.47. Web safe color of #762886 is #663399. Color #762886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101000 10000110
Octal 166 50 206
Decimal 118 40 134
Hex 76 28 86

RGB Percentages of Color #762886

%40.41
%13.70
%45.89

CMYK Percentages of Color #762886

%12
%70
%0
%47

Triadic Colors of #762886

#762886 #867628 #288676

Analogous Colors of #762886

#762886 #862867 #472886

Monochromatic Colors of #762886

#762886

Complementary Color

#762886 #388628

#762886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762886 Color CSS Codes

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

#762886 Text Font Color

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

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


#762886 Background Color

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

This div background color is #762886


#762886 Border Color

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

This div border color is #762886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762886


Comments

No comments written yet.

Please login to write comment.