Color Hex Logo

#741770 Color Hex

#741770
(116,23,112)
0 Favorites   0 Comments

Color spaces of #741770

RGB 11623112
HSL0.840.670.27
HSV303°80°45°
CMYK 0.000.800.03   0.55
XYZ10.43355.495615.8401
Yxy5.49560.32840.1730
Hunter Lab23.442738.4192-23.6520
CIE-Lab28.102549.3085-29.1484

#741770 color RGB value is (116,23,112).

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

The process color (four color CMYK) of #741770 color hex is 0.00, 0.80, 0.03, 0.55. Web safe color of #741770 is #660066. Color #741770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 01110000
Octal 164 27 160
Decimal 116 23 112
Hex 74 17 70

RGB Percentages of Color #741770

%46.22
%9.16
%44.62

CMYK Percentages of Color #741770

%0
%80
%3
%55

Triadic Colors of #741770

#741770 #707417 #177074

Analogous Colors of #741770

#741770 #741742 #4a1774

Monochromatic Colors of #741770

#741770

Complementary Color

#741770 #17741b

#741770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741770 Color CSS Codes

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

#741770 Text Font Color

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

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


#741770 Background Color

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

This div background color is #741770


#741770 Border Color

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

This div border color is #741770


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,23,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 #741770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741770


Comments

No comments written yet.

Please login to write comment.