Color Hex Logo

#742370 Color Hex

#742370
(116,35,112)
0 Favorites   0 Comments

Color spaces of #742370

RGB 11635112
HSL0.840.540.30
HSV303°70°45°
CMYK 0.000.700.03   0.55
XYZ10.72816.084915.9383
Yxy6.08490.32760.1858
Hunter Lab24.667634.4626-21.0413
CIE-Lab29.625744.9754-26.7391

#742370 color RGB value is (116,35,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 01110000
Octal 164 43 160
Decimal 116 35 112
Hex 74 23 70

RGB Percentages of Color #742370

%44.11
%13.31
%42.59

CMYK Percentages of Color #742370

%0
%70
%3
%55

Triadic Colors of #742370

#742370 #707423 #237074

Analogous Colors of #742370

#742370 #742348 #4f2374

Monochromatic Colors of #742370

#742370

Complementary Color

#742370 #237427

#742370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742370 Color CSS Codes

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

#742370 Text Font Color

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

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


#742370 Background Color

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

This div background color is #742370


#742370 Border Color

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

This div border color is #742370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742370


Comments

No comments written yet.

Please login to write comment.