Color Hex Logo

#742970 Color Hex

#742970
(116,41,112)
0 Favorites   0 Comments

Color spaces of #742970

RGB 11641112
HSL0.840.480.31
HSV303°65°45°
CMYK 0.000.650.03   0.55
XYZ10.92006.468716.0023
Yxy6.46870.32700.1937
Hunter Lab25.433632.1306-19.5004
CIE-Lab30.565442.3569-25.2597

#742970 color RGB value is (116,41,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 01110000
Octal 164 51 160
Decimal 116 41 112
Hex 74 29 70

RGB Percentages of Color #742970

%43.12
%15.24
%41.64

CMYK Percentages of Color #742970

%0
%65
%3
%55

Triadic Colors of #742970

#742970 #707429 #297074

Analogous Colors of #742970

#742970 #74294b #532974

Monochromatic Colors of #742970

#742970

Complementary Color

#742970 #29742d

#742970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742970 Color CSS Codes

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

#742970 Text Font Color

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

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


#742970 Background Color

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

This div background color is #742970


#742970 Border Color

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

This div border color is #742970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742970


Comments

No comments written yet.

Please login to write comment.