Color Hex Logo

#761254 Color Hex

#761254
(118,18,84)
0 Favorites   0 Comments

Color spaces of #761254

RGB 1181884
HSL0.890.740.27
HSV320°85°46°
CMYK 0.000.850.29   0.54
XYZ9.28784.92438.8485
Yxy4.92430.40280.2135
Hunter Lab22.190835.8762-8.1082
CIE-Lab26.518047.0332-13.3227

#761254 color RGB value is (118,18,84).

#761254 hex color red value is 118, green value is 18 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #761254 hue: 0.89 , saturation: 0.74 and the lightness value of 761254 is 0.27.

The process color (four color CMYK) of #761254 color hex is 0.00, 0.85, 0.29, 0.54. Web safe color of #761254 is #660066. Color #761254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 01010100
Octal 166 22 124
Decimal 118 18 84
Hex 76 12 54

RGB Percentages of Color #761254

%53.64
%8.18
%38.18

CMYK Percentages of Color #761254

%0
%85
%29
%54

Triadic Colors of #761254

#761254 #547612 #125476

Analogous Colors of #761254

#761254 #761222 #661276

Monochromatic Colors of #761254

#761254

Complementary Color

#761254 #127634

#761254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761254 Color CSS Codes

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

#761254 Text Font Color

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

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


#761254 Background Color

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

This div background color is #761254


#761254 Border Color

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

This div border color is #761254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761254


Comments

No comments written yet.

Please login to write comment.