Color Hex Logo

#762587 Color Hex

#762587
(118,37,135)
0 Favorites   0 Comments

Color spaces of #762587

RGB 11837135
HSL0.800.570.34
HSV290°73°53°
CMYK 0.130.730.00   0.47
XYZ12.50606.924023.5990
Yxy6.92400.29060.1609
Hunter Lab26.313538.7870-34.7542
CIE-Lab31.633348.9942-38.0101

#762587 color RGB value is (118,37,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 10000111
Octal 166 45 207
Decimal 118 37 135
Hex 76 25 87

RGB Percentages of Color #762587

%40.69
%12.76
%46.55

CMYK Percentages of Color #762587

%13
%73
%0
%47

Triadic Colors of #762587

#762587 #877625 #258776

Analogous Colors of #762587

#762587 #872567 #452587

Monochromatic Colors of #762587

#762587

Complementary Color

#762587 #368725

#762587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762587 Color CSS Codes

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

#762587 Text Font Color

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

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


#762587 Background Color

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

This div background color is #762587


#762587 Border Color

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

This div border color is #762587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762587


Comments

No comments written yet.

Please login to write comment.