Color Hex Logo

#742969 Color Hex

#742969
(116,41,105)
0 Favorites   0 Comments

Color spaces of #742969

RGB 11641105
HSL0.860.480.31
HSV309°65°45°
CMYK 0.000.650.09   0.55
XYZ10.54526.318814.0285
Yxy6.31880.34140.2045
Hunter Lab25.137230.8916-15.4923
CIE-Lab30.202941.1061-21.3535

#742969 color RGB value is (116,41,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 01101001
Octal 164 51 151
Decimal 116 41 105
Hex 74 29 69

RGB Percentages of Color #742969

%44.27
%15.65
%40.08

CMYK Percentages of Color #742969

%0
%65
%9
%55

Triadic Colors of #742969

#742969 #697429 #296974

Analogous Colors of #742969

#742969 #742944 #5a2974

Monochromatic Colors of #742969

#742969

Complementary Color

#742969 #297434

#742969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742969 Color CSS Codes

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

#742969 Text Font Color

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

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


#742969 Background Color

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

This div background color is #742969


#742969 Border Color

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

This div border color is #742969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742969


Comments

No comments written yet.

Please login to write comment.