Color Hex Logo

#742069 Color Hex

#742069
(116,32,105)
0 Favorites   0 Comments

Color spaces of #742069

RGB 11632105
HSL0.860.570.29
HSV308°72°45°
CMYK 0.000.720.09   0.55
XYZ10.26885.765913.9363
Yxy5.76590.34260.1924
Hunter Lab24.012334.3136-17.6022
CIE-Lab28.814044.9752-23.5264

#742069 color RGB value is (116,32,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 01101001
Octal 164 40 151
Decimal 116 32 105
Hex 74 20 69

RGB Percentages of Color #742069

%45.85
%12.65
%41.50

CMYK Percentages of Color #742069

%0
%72
%9
%55

Triadic Colors of #742069

#742069 #697420 #206974

Analogous Colors of #742069

#742069 #74203f #552074

Monochromatic Colors of #742069

#742069

Complementary Color

#742069 #20742b

#742069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742069 Color CSS Codes

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

#742069 Text Font Color

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

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


#742069 Background Color

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

This div background color is #742069


#742069 Border Color

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

This div border color is #742069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742069


Comments

No comments written yet.

Please login to write comment.