Color Hex Logo

#76087f Color Hex

#76087F
(118,8,127)
0 Favorites   0 Comments

Color spaces of #76087f

RGB 1188127
HSL0.820.880.26
HSV295°94°50°
CMYK 0.070.940.00   0.50
XYZ11.38885.557520.5511
Yxy5.55750.30370.1482
Hunter Lab23.574444.9785-35.1844
CIE-Lab28.267455.6918-38.4010

#76087f color RGB value is (118,8,127).

#76087f hex color red value is 118, green value is 8 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #76087f hue: 0.82 , saturation: 0.88 and the lightness value of 76087f is 0.26.

The process color (four color CMYK) of #76087f color hex is 0.07, 0.94, 0.00, 0.50. Web safe color of #76087f is #660066. Color #76087f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001000 01111111
Octal 166 10 177
Decimal 118 8 127
Hex 76 8 7F

RGB Percentages of Color #76087f

%46.64
%3.16
%50.20

CMYK Percentages of Color #76087f

%7
%94
%0
%50

Triadic Colors of #76087f

#76087f #7f7608 #087f76

Analogous Colors of #76087f

#76087f #7f084d #3a087f

Monochromatic Colors of #76087f

#76087f

Complementary Color

#76087f #117f08

#76087f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76087f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76087f Color CSS Codes

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

#76087f Text Font Color

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

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


#76087f Background Color

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

This div background color is #76087f


#76087f Border Color

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

This div border color is #76087f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,8,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76087f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76087f;
  -webkit-box-shadow: 1px 1px 3px 2px #76087f;
  box-shadow:         1px 1px 3px 2px #76087f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76087f


Comments

No comments written yet.

Please login to write comment.