Color Hex Logo

#74083c Color Hex

#74083C
(116,8,60)
0 Favorites   0 Comments

Color spaces of #74083c

RGB 116860
HSL0.920.870.24
HSV331°93°45°
CMYK 0.000.930.48   0.55
XYZ8.10494.21294.6610
Yxy4.21290.47740.2481
Hunter Lab20.525434.56540.9039
CIE-Lab24.363146.0971-0.3716

#74083c color RGB value is (116,8,60).

#74083c hex color red value is 116, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #74083c hue: 0.92 , saturation: 0.87 and the lightness value of 74083c is 0.24.

The process color (four color CMYK) of #74083c color hex is 0.00, 0.93, 0.48, 0.55. Web safe color of #74083c is #660033. Color #74083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001000 00111100
Octal 164 10 74
Decimal 116 8 60
Hex 74 8 3C

RGB Percentages of Color #74083c

%63.04
%4.35
%32.61

CMYK Percentages of Color #74083c

%0
%93
%48
%55

Triadic Colors of #74083c

#74083c #3c7408 #083c74

Analogous Colors of #74083c

#74083c #740a08 #740872

Monochromatic Colors of #74083c

#74083c

Complementary Color

#74083c #087440

#74083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74083c Color CSS Codes

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

#74083c Text Font Color

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

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


#74083c Background Color

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

This div background color is #74083c


#74083c Border Color

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

This div border color is #74083c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,8,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74083c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74083c;
  -webkit-box-shadow: 1px 1px 3px 2px #74083c;
  box-shadow:         1px 1px 3px 2px #74083c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74083c


Comments

No comments written yet.

Please login to write comment.