Color Hex Logo

#743452 Color Hex

#743452
(116,52,82)
0 Favorites   0 Comments

Color spaces of #743452

RGB 1165282
HSL0.920.380.33
HSV332°55°45°
CMYK 0.000.550.29   0.55
XYZ9.95346.77828.7664
Yxy6.77820.39040.2658
Hunter Lab26.035022.6809-1.7394
CIE-Lab31.296531.8110-4.8151

#743452 color RGB value is (116,52,82).

#743452 hex color red value is 116, green value is 52 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #743452 hue: 0.92 , saturation: 0.38 and the lightness value of 743452 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110100 01010010
Octal 164 64 122
Decimal 116 52 82
Hex 74 34 52

RGB Percentages of Color #743452

%46.40
%20.80
%32.80

CMYK Percentages of Color #743452

%0
%55
%29
%55

Triadic Colors of #743452

#743452 #527434 #345274

Analogous Colors of #743452

#743452 #743634 #743472

Monochromatic Colors of #743452

#743452

Complementary Color

#743452 #347456

#743452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743452 Color CSS Codes

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

#743452 Text Font Color

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

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


#743452 Background Color

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

This div background color is #743452


#743452 Border Color

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

This div border color is #743452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743452


Comments

No comments written yet.

Please login to write comment.