Color Hex Logo

#761270 Color Hex

#761270
(118,18,112)
0 Favorites   0 Comments

Color spaces of #761270

RGB 11818112
HSL0.840.740.27
HSV304°85°46°
CMYK 0.000.850.05   0.54
XYZ10.61215.454015.8226
Yxy5.45400.33280.1710
Hunter Lab23.353840.2423-23.8223
CIE-Lab27.990951.1477-29.3020

#761270 color RGB value is (118,18,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 01110000
Octal 166 22 160
Decimal 118 18 112
Hex 76 12 70

RGB Percentages of Color #761270

%47.58
%7.26
%45.16

CMYK Percentages of Color #761270

%0
%85
%5
%54

Triadic Colors of #761270

#761270 #707612 #127076

Analogous Colors of #761270

#761270 #76123e #4a1276

Monochromatic Colors of #761270

#761270

Complementary Color

#761270 #127618

#761270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761270 Color CSS Codes

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

#761270 Text Font Color

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

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


#761270 Background Color

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

This div background color is #761270


#761270 Border Color

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

This div border color is #761270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761270


Comments

No comments written yet.

Please login to write comment.