Color Hex Logo

#743077 Color Hex

#743077
(116,48,119)
0 Favorites   0 Comments

Color spaces of #743077

RGB 11648119
HSL0.830.430.33
HSV297°60°47°
CMYK 0.030.600.00   0.53
XYZ11.58927.158818.2237
Yxy7.15880.31350.1936
Hunter Lab26.755930.4935-21.6538
CIE-Lab32.165740.3263-27.1744

#743077 color RGB value is (116,48,119).

#743077 hex color red value is 116, green value is 48 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #743077 hue: 0.83 , saturation: 0.43 and the lightness value of 743077 is 0.33.

The process color (four color CMYK) of #743077 color hex is 0.03, 0.60, 0.00, 0.53. Web safe color of #743077 is #663366. Color #743077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 01110111
Octal 164 60 167
Decimal 116 48 119
Hex 74 30 77

RGB Percentages of Color #743077

%40.99
%16.96
%42.05

CMYK Percentages of Color #743077

%3
%60
%0
%53

Triadic Colors of #743077

#743077 #777430 #307774

Analogous Colors of #743077

#743077 #773057 #513077

Monochromatic Colors of #743077

#743077

Complementary Color

#743077 #337730

#743077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743077 Color CSS Codes

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

#743077 Text Font Color

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

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


#743077 Background Color

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

This div background color is #743077


#743077 Border Color

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

This div border color is #743077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743077


Comments

No comments written yet.

Please login to write comment.