color codes Logo

#74043f color codes

#74043F
(116,4,63)
0 Favorites   0 Comments

Color spaces of #74043f

RGB 116463
HSL0.910.930.24
HSV328°97°45°
CMYK 0.000.970.46   0.55
XYZ8.14314.15875.0762
Yxy4.15870.46860.2393
Hunter Lab20.392935.5894-0.4834
CIE-Lab24.189347.1916-2.6899

#74043f color RGB value is (116,4,63).

#74043f hex color red value is 116, green value is 4 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #74043f hue: 0.91 , saturation: 0.93 and the lightness value of 74043f is 0.24.

The process color (four color CMYK) of #74043f color code is 0.00, 0.97, 0.46, 0.55. Web safe color of #74043f is #660033. Color #74043f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 00111111
Octal 164 4 77
Decimal 116 4 63
Hex 74 4 3F

RGB Percentages of Color #74043f

%63.39
%2.19
%34.43

CMYK Percentages of Color #74043f

%0
%97
%46
%55

Triadic Colors of #74043f

#74043f #3f7404 #043f74

Analogous Colors of #74043f

#74043f #740407 #710474

Monochromatic Colors of #74043f

#74043f

Complementary Color

#74043f #047439

#74043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74043f Color CSS Codes

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

#74043f Text Font Color

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

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


#74043f Background Color

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

This div background color is #74043f


#74043f Border Color

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

This div border color is #74043f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74043f


Comments

No comments written yet.

Please login to write comment.