Color Hex Logo

#761869 Color Hex

#761869
(118,24,105)
0 Favorites   0 Comments

Color spaces of #761869

RGB 11824105
HSL0.860.660.28
HSV308°80°46°
CMYK 0.000.800.11   0.54
XYZ10.34765.524713.8856
Yxy5.52470.34770.1857
Hunter Lab23.504737.4489-18.5728
CIE-Lab28.180248.3147-24.4968

#761869 color RGB value is (118,24,105).

#761869 hex color red value is 118, green value is 24 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #761869 hue: 0.86 , saturation: 0.66 and the lightness value of 761869 is 0.28.

The process color (four color CMYK) of #761869 color hex is 0.00, 0.80, 0.11, 0.54. Web safe color of #761869 is #660066. Color #761869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 01101001
Octal 166 30 151
Decimal 118 24 105
Hex 76 18 69

RGB Percentages of Color #761869

%47.77
%9.72
%42.51

CMYK Percentages of Color #761869

%0
%80
%11
%54

Triadic Colors of #761869

#761869 #697618 #186976

Analogous Colors of #761869

#761869 #76183a #541876

Monochromatic Colors of #761869

#761869

Complementary Color

#761869 #187625

#761869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761869 Color CSS Codes

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

#761869 Text Font Color

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

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


#761869 Background Color

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

This div background color is #761869


#761869 Border Color

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

This div border color is #761869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761869


Comments

No comments written yet.

Please login to write comment.