Color Hex Logo

#741352 Color Hex

#741352
(116,19,82)
0 Favorites   0 Comments

Color spaces of #741352

RGB 1161982
HSL0.890.720.26
HSV321°84°45°
CMYK 0.000.840.29   0.55
XYZ8.95834.78798.4347
Yxy4.78790.40390.2159
Hunter Lab21.881334.7866-7.5380
CIE-Lab26.121745.9849-12.6339

#741352 color RGB value is (116,19,82).

#741352 hex color red value is 116, green value is 19 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #741352 hue: 0.89 , saturation: 0.72 and the lightness value of 741352 is 0.26.

The process color (four color CMYK) of #741352 color hex is 0.00, 0.84, 0.29, 0.55. Web safe color of #741352 is #660066. Color #741352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 01010010
Octal 164 23 122
Decimal 116 19 82
Hex 74 13 52

RGB Percentages of Color #741352

%53.46
%8.76
%37.79

CMYK Percentages of Color #741352

%0
%84
%29
%55

Triadic Colors of #741352

#741352 #527413 #135274

Analogous Colors of #741352

#741352 #741322 #661374

Monochromatic Colors of #741352

#741352

Complementary Color

#741352 #137435

#741352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741352 Color CSS Codes

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

#741352 Text Font Color

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

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


#741352 Background Color

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

This div background color is #741352


#741352 Border Color

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

This div border color is #741352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741352


Comments

No comments written yet.

Please login to write comment.