Color Hex Logo

#743570 Color Hex

#743570
(116,53,112)
0 Favorites   0 Comments

Color spaces of #743570

RGB 11653112
HSL0.840.370.33
HSV304°54°45°
CMYK 0.000.540.03   0.55
XYZ11.40027.429116.1623
Yxy7.42910.32580.2123
Hunter Lab27.256426.9604-16.0779
CIE-Lab32.764536.3904-21.8189

#743570 color RGB value is (116,53,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 01110000
Octal 164 65 160
Decimal 116 53 112
Hex 74 35 70

RGB Percentages of Color #743570

%41.28
%18.86
%39.86

CMYK Percentages of Color #743570

%0
%54
%3
%55

Triadic Colors of #743570

#743570 #707435 #357074

Analogous Colors of #743570

#743570 #743551 #593574

Monochromatic Colors of #743570

#743570

Complementary Color

#743570 #357439

#743570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743570 Color CSS Codes

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

#743570 Text Font Color

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

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


#743570 Background Color

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

This div background color is #743570


#743570 Border Color

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

This div border color is #743570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743570


Comments

No comments written yet.

Please login to write comment.