Color Hex Logo

#74004c Color Hex

#74004C
(116,0,76)
0 Favorites   0 Comments

Color spaces of #74004c

RGB 116076
HSL0.891.000.23
HSV321°100°45°
CMYK 0.001.000.34   0.55
XYZ8.50704.23487.2065
Yxy4.23480.42650.2123
Hunter Lab20.578637.7775-6.3579
CIE-Lab24.433049.3771-11.1885

#74004c color RGB value is (116,0,76).

#74004c hex color red value is 116, green value is 0 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #74004c hue: 0.89 , saturation: 1.00 and the lightness value of 74004c is 0.23.

The process color (four color CMYK) of #74004c color hex is 0.00, 1.00, 0.34, 0.55. Web safe color of #74004c is #660033. Color #74004c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 01001100
Octal 164 0 114
Decimal 116 0 76
Hex 74 0 4C

RGB Percentages of Color #74004c

%60.42
%0.00
%39.58

CMYK Percentages of Color #74004c

%0
%100
%34
%55

Triadic Colors of #74004c

#74004c #4c7400 #004c74

Analogous Colors of #74004c

#74004c #740012 #620074

Monochromatic Colors of #74004c

#74004c

Complementary Color

#74004c #007428

#74004c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74004c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74004c Color CSS Codes

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

#74004c Text Font Color

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

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


#74004c Background Color

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

This div background color is #74004c


#74004c Border Color

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

This div border color is #74004c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74004c


Comments

No comments written yet.

Please login to write comment.