Color Hex Logo

#741170 Color Hex

#741170
(116,17,112)
0 Favorites   0 Comments

Color spaces of #741170

RGB 11617112
HSL0.840.740.26
HSV302°85°45°
CMYK 0.000.850.03   0.55
XYZ10.32755.283815.8048
Yxy5.28380.32870.1682
Hunter Lab22.986539.9710-24.6754
CIE-Lab27.528550.9691-30.0598

#741170 color RGB value is (116,17,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010001 01110000
Octal 164 21 160
Decimal 116 17 112
Hex 74 11 70

RGB Percentages of Color #741170

%47.35
%6.94
%45.71

CMYK Percentages of Color #741170

%0
%85
%3
%55

Triadic Colors of #741170

#741170 #707411 #117074

Analogous Colors of #741170

#741170 #74113f #461174

Monochromatic Colors of #741170

#741170

Complementary Color

#741170 #117415

#741170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741170 Color CSS Codes

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

#741170 Text Font Color

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

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


#741170 Background Color

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

This div background color is #741170


#741170 Border Color

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

This div border color is #741170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741170


Comments

No comments written yet.

Please login to write comment.