Color Hex Logo

#743070 Color Hex

#743070
(116,48,112)
0 Favorites   0 Comments

Color spaces of #743070

RGB 11648112
HSL0.840.410.32
HSV304°59°45°
CMYK 0.000.590.03   0.55
XYZ11.18406.996816.0903
Yxy6.99680.32630.2042
Hunter Lab26.451529.1819-17.5498
CIE-Lab31.799638.9804-23.3249

#743070 color RGB value is (116,48,112).

#743070 hex color red value is 116, green value is 48 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #743070 hue: 0.84 , saturation: 0.41 and the lightness value of 743070 is 0.32.

The process color (four color CMYK) of #743070 color hex is 0.00, 0.59, 0.03, 0.55. Web safe color of #743070 is #663366. Color #743070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 01110000
Octal 164 60 160
Decimal 116 48 112
Hex 74 30 70

RGB Percentages of Color #743070

%42.03
%17.39
%40.58

CMYK Percentages of Color #743070

%0
%59
%3
%55

Triadic Colors of #743070

#743070 #707430 #307074

Analogous Colors of #743070

#743070 #74304e #563074

Monochromatic Colors of #743070

#743070

Complementary Color

#743070 #307434

#743070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743070 Color CSS Codes

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

#743070 Text Font Color

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

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


#743070 Background Color

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

This div background color is #743070


#743070 Border Color

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

This div border color is #743070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743070


Comments

No comments written yet.

Please login to write comment.