Color Hex Logo

#761287 Color Hex

#761287
(118,18,135)
0 Favorites   0 Comments

Color spaces of #761287

RGB 11818135
HSL0.810.760.30
HSV291°87°53°
CMYK 0.130.870.00   0.47
XYZ12.06076.033423.4506
Yxy6.03340.29030.1452
Hunter Lab24.563044.6603-39.4109
CIE-Lab29.496655.1491-41.4416

#761287 color RGB value is (118,18,135).

#761287 hex color red value is 118, green value is 18 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #761287 hue: 0.81 , saturation: 0.76 and the lightness value of 761287 is 0.30.

The process color (four color CMYK) of #761287 color hex is 0.13, 0.87, 0.00, 0.47. Web safe color of #761287 is #660099. Color #761287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 10000111
Octal 166 22 207
Decimal 118 18 135
Hex 76 12 87

RGB Percentages of Color #761287

%43.54
%6.64
%49.82

CMYK Percentages of Color #761287

%13
%87
%0
%47

Triadic Colors of #761287

#761287 #877612 #128776

Analogous Colors of #761287

#761287 #87125e #3c1287

Monochromatic Colors of #761287

#761287

Complementary Color

#761287 #238712

#761287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761287 Color CSS Codes

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

#761287 Text Font Color

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

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


#761287 Background Color

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

This div background color is #761287


#761287 Border Color

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

This div border color is #761287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761287


Comments

No comments written yet.

Please login to write comment.