Color Hex Logo

#742857 Color Hex

#742857
(116,40,87)
0 Favorites   0 Comments

Color spaces of #742857

RGB 1164087
HSL0.900.490.31
HSV323°66°45°
CMYK 0.000.660.25   0.55
XYZ9.68165.91879.6490
Yxy5.91870.38340.2344
Hunter Lab24.328428.4603-6.4854
CIE-Lab29.206438.6552-11.2249

#742857 color RGB value is (116,40,87).

#742857 hex color red value is 116, green value is 40 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #742857 hue: 0.90 , saturation: 0.49 and the lightness value of 742857 is 0.31.

The process color (four color CMYK) of #742857 color hex is 0.00, 0.66, 0.25, 0.55. Web safe color of #742857 is #663366. Color #742857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101000 01010111
Octal 164 50 127
Decimal 116 40 87
Hex 74 28 57

RGB Percentages of Color #742857

%47.74
%16.46
%35.80

CMYK Percentages of Color #742857

%0
%66
%25
%55

Triadic Colors of #742857

#742857 #577428 #285774

Analogous Colors of #742857

#742857 #742831 #6b2874

Monochromatic Colors of #742857

#742857

Complementary Color

#742857 #287445

#742857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742857 Color CSS Codes

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

#742857 Text Font Color

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

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


#742857 Background Color

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

This div background color is #742857


#742857 Border Color

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

This div border color is #742857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742857


Comments

No comments written yet.

Please login to write comment.