Color Hex Logo

#743969 Color Hex

#743969
(116,57,105)
0 Favorites   0 Comments

Color spaces of #743969

RGB 11657105
HSL0.860.340.34
HSV311°51°45°
CMYK 0.000.510.09   0.55
XYZ11.21547.659214.2519
Yxy7.65920.33860.2312
Hunter Lab27.675323.9054-11.1598
CIE-Lab33.262832.9027-16.6112

#743969 color RGB value is (116,57,105).

#743969 hex color red value is 116, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #743969 hue: 0.86 , saturation: 0.34 and the lightness value of 743969 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01101001
Octal 164 71 151
Decimal 116 57 105
Hex 74 39 69

RGB Percentages of Color #743969

%41.73
%20.50
%37.77

CMYK Percentages of Color #743969

%0
%51
%9
%55

Triadic Colors of #743969

#743969 #697439 #396974

Analogous Colors of #743969

#743969 #74394b #623974

Monochromatic Colors of #743969

#743969

Complementary Color

#743969 #397444

#743969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743969 Color CSS Codes

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

#743969 Text Font Color

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

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


#743969 Background Color

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

This div background color is #743969


#743969 Border Color

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

This div border color is #743969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743969


Comments

No comments written yet.

Please login to write comment.