Color Hex Logo

#742735 Color Hex

#742735
(116,39,53)
0 Favorites   0 Comments

Color spaces of #742735

RGB 1163953
HSL0.970.500.30
HSV349°66°45°
CMYK 0.000.660.54   0.55
XYZ8.57065.42113.9628
Yxy5.42110.47740.3019
Hunter Lab23.283324.96046.2071
CIE-Lab27.902334.97919.4144

#742735 color RGB value is (116,39,53).

#742735 hex color red value is 116, green value is 39 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #742735 hue: 0.97 , saturation: 0.50 and the lightness value of 742735 is 0.30.

The process color (four color CMYK) of #742735 color hex is 0.00, 0.66, 0.54, 0.55. Web safe color of #742735 is #663333. Color #742735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 00110101
Octal 164 47 65
Decimal 116 39 53
Hex 74 27 35

RGB Percentages of Color #742735

%55.77
%18.75
%25.48

CMYK Percentages of Color #742735

%0
%66
%54
%55

Triadic Colors of #742735

#742735 #357427 #273574

Analogous Colors of #742735

#742735 #744027 #74275b

Monochromatic Colors of #742735

#742735

Complementary Color

#742735 #277466

#742735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742735 Color CSS Codes

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

#742735 Text Font Color

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

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


#742735 Background Color

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

This div background color is #742735


#742735 Border Color

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

This div border color is #742735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742735


Comments

No comments written yet.

Please login to write comment.