Color Hex Logo

#761364 Color Hex

#761364
(118,19,100)
0 Favorites   0 Comments

Color spaces of #761364

RGB 11819100
HSL0.860.720.27
HSV311°84°46°
CMYK 0.000.840.15   0.54
XYZ10.00435.237412.5402
Yxy5.23740.36010.1885
Hunter Lab22.885437.9816-16.4686
CIE-Lab27.400749.0046-22.4784

#761364 color RGB value is (118,19,100).

#761364 hex color red value is 118, green value is 19 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #761364 hue: 0.86 , saturation: 0.72 and the lightness value of 761364 is 0.27.

The process color (four color CMYK) of #761364 color hex is 0.00, 0.84, 0.15, 0.54. Web safe color of #761364 is #660066. Color #761364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01100100
Octal 166 23 144
Decimal 118 19 100
Hex 76 13 64

RGB Percentages of Color #761364

%49.79
%8.02
%42.19

CMYK Percentages of Color #761364

%0
%84
%15
%54

Triadic Colors of #761364

#761364 #647613 #136476

Analogous Colors of #761364

#761364 #761332 #571376

Monochromatic Colors of #761364

#761364

Complementary Color

#761364 #137625

#761364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761364 Color CSS Codes

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

#761364 Text Font Color

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

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


#761364 Background Color

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

This div background color is #761364


#761364 Border Color

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

This div border color is #761364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761364


Comments

No comments written yet.

Please login to write comment.