Color Hex Logo

#743254 Color Hex

#743254
(116,50,84)
0 Favorites   0 Comments

Color spaces of #743254

RGB 1165084
HSL0.910.400.33
HSV329°57°45°
CMYK 0.000.570.28   0.55
XYZ9.94336.63439.1440
Yxy6.63430.38660.2579
Hunter Lab25.757123.8333-3.0185
CIE-Lab30.959533.1843-6.6189

#743254 color RGB value is (116,50,84).

#743254 hex color red value is 116, green value is 50 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #743254 hue: 0.91 , saturation: 0.40 and the lightness value of 743254 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 01010100
Octal 164 62 124
Decimal 116 50 84
Hex 74 32 54

RGB Percentages of Color #743254

%46.40
%20.00
%33.60

CMYK Percentages of Color #743254

%0
%57
%28
%55

Triadic Colors of #743254

#743254 #547432 #325474

Analogous Colors of #743254

#743254 #743233 #733274

Monochromatic Colors of #743254

#743254

Complementary Color

#743254 #327452

#743254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743254 Color CSS Codes

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

#743254 Text Font Color

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

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


#743254 Background Color

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

This div background color is #743254


#743254 Border Color

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

This div border color is #743254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743254


Comments

No comments written yet.

Please login to write comment.