Color Hex Logo

#761889 Color Hex

#761889
(118,24,137)
0 Favorites   0 Comments

Color spaces of #761889

RGB 11824137
HSL0.810.700.32
HSV290°82°54°
CMYK 0.140.820.00   0.46
XYZ12.31326.311024.2361
Yxy6.31100.28730.1472
Hunter Lab25.121743.5274-39.6147
CIE-Lab30.183953.9277-41.5805

#761889 color RGB value is (118,24,137).

#761889 hex color red value is 118, green value is 24 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #761889 hue: 0.81 , saturation: 0.70 and the lightness value of 761889 is 0.32.

The process color (four color CMYK) of #761889 color hex is 0.14, 0.82, 0.00, 0.46. Web safe color of #761889 is #660099. Color #761889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 10001001
Octal 166 30 211
Decimal 118 24 137
Hex 76 18 89

RGB Percentages of Color #761889

%42.29
%8.60
%49.10

CMYK Percentages of Color #761889

%14
%82
%0
%46

Triadic Colors of #761889

#761889 #897618 #188976

Analogous Colors of #761889

#761889 #891863 #3e1889

Monochromatic Colors of #761889

#761889

Complementary Color

#761889 #2b8918

#761889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761889 Color CSS Codes

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

#761889 Text Font Color

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

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


#761889 Background Color

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

This div background color is #761889


#761889 Border Color

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

This div border color is #761889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761889


Comments

No comments written yet.

Please login to write comment.