Color Hex Logo

#741769 Color Hex

#741769
(116,23,105)
0 Favorites   0 Comments

Color spaces of #741769

RGB 11623105
HSL0.850.670.27
HSV307°80°45°
CMYK 0.000.800.09   0.55
XYZ10.05875.345713.8663
Yxy5.34570.34360.1826
Hunter Lab23.120837.1951-19.3737
CIE-Lab27.697848.1511-25.2819

#741769 color RGB value is (116,23,105).

#741769 hex color red value is 116, green value is 23 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #741769 hue: 0.85 , saturation: 0.67 and the lightness value of 741769 is 0.27.

The process color (four color CMYK) of #741769 color hex is 0.00, 0.80, 0.09, 0.55. Web safe color of #741769 is #660066. Color #741769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 01101001
Octal 164 27 151
Decimal 116 23 105
Hex 74 17 69

RGB Percentages of Color #741769

%47.54
%9.43
%43.03

CMYK Percentages of Color #741769

%0
%80
%9
%55

Triadic Colors of #741769

#741769 #697417 #176974

Analogous Colors of #741769

#741769 #74173b #501774

Monochromatic Colors of #741769

#741769

Complementary Color

#741769 #177422

#741769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741769 Color CSS Codes

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

#741769 Text Font Color

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

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


#741769 Background Color

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

This div background color is #741769


#741769 Border Color

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

This div border color is #741769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741769


Comments

No comments written yet.

Please login to write comment.