Color Hex Logo

#745070 Color Hex

#745070
(116,80,112)
0 Favorites   0 Comments

Color spaces of #745070

RGB 11680112
HSL0.850.180.38
HSV307°31°45°
CMYK 0.000.310.03   0.55
XYZ12.995710.620216.6942
Yxy10.62020.32240.2635
Hunter Lab32.588614.1521-7.5605
CIE-Lab38.933320.8055-12.3321

#745070 color RGB value is (116,80,112).

#745070 hex color red value is 116, green value is 80 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #745070 hue: 0.85 , saturation: 0.18 and the lightness value of 745070 is 0.38.

The process color (four color CMYK) of #745070 color hex is 0.00, 0.31, 0.03, 0.55. Web safe color of #745070 is #666666. Color #745070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 01110000
Octal 164 120 160
Decimal 116 80 112
Hex 74 50 70

RGB Percentages of Color #745070

%37.66
%25.97
%36.36

CMYK Percentages of Color #745070

%0
%31
%3
%55

Triadic Colors of #745070

#745070 #707450 #507074

Analogous Colors of #745070

#745070 #74505e #665074

Monochromatic Colors of #745070

#745070

Complementary Color

#745070 #507454

#745070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745070 Color CSS Codes

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

#745070 Text Font Color

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

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


#745070 Background Color

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

This div background color is #745070


#745070 Border Color

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

This div border color is #745070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745070


Comments

No comments written yet.

Please login to write comment.