Color Hex Logo

#742862 Color Hex

#742862
(116,40,98)
0 Favorites   0 Comments

Color spaces of #742862

RGB 1164098
HSL0.870.490.31
HSV314°66°45°
CMYK 0.000.660.16   0.55
XYZ10.16596.112412.1993
Yxy6.11240.35700.2146
Hunter Lab24.723330.1313-11.9494
CIE-Lab29.694340.3827-17.6340

#742862 color RGB value is (116,40,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101000 01100010
Octal 164 50 142
Decimal 116 40 98
Hex 74 28 62

RGB Percentages of Color #742862

%45.67
%15.75
%38.58

CMYK Percentages of Color #742862

%0
%66
%16
%55

Triadic Colors of #742862

#742862 #627428 #286274

Analogous Colors of #742862

#742862 #74283c #602874

Monochromatic Colors of #742862

#742862

Complementary Color

#742862 #28743a

#742862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742862 Color CSS Codes

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

#742862 Text Font Color

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

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


#742862 Background Color

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

This div background color is #742862


#742862 Border Color

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

This div border color is #742862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742862


Comments

No comments written yet.

Please login to write comment.