Color Hex Logo

#762887 Color Hex

#762887
(118,40,135)
0 Favorites   0 Comments

Color spaces of #762887

RGB 11840135
HSL0.800.540.34
HSV289°70°53°
CMYK 0.130.700.00   0.47
XYZ12.60327.118423.6314
Yxy7.11840.29070.1642
Hunter Lab26.680337.6289-33.8383
CIE-Lab32.074947.7475-37.3035

#762887 color RGB value is (118,40,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101000 10000111
Octal 166 50 207
Decimal 118 40 135
Hex 76 28 87

RGB Percentages of Color #762887

%40.27
%13.65
%46.08

CMYK Percentages of Color #762887

%13
%70
%0
%47

Triadic Colors of #762887

#762887 #877628 #288776

Analogous Colors of #762887

#762887 #872869 #462887

Monochromatic Colors of #762887

#762887

Complementary Color

#762887 #398728

#762887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762887 Color CSS Codes

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

#762887 Text Font Color

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

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


#762887 Background Color

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

This div background color is #762887


#762887 Border Color

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

This div border color is #762887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762887


Comments

No comments written yet.

Please login to write comment.