Color Hex Logo

#74005d Color Hex

#74005D
(116,0,93)
0 Favorites   0 Comments

Color spaces of #74005d

RGB 116093
HSL0.871.000.23
HSV312°100°45°
CMYK 0.001.000.20   0.55
XYZ9.17824.503310.7414
Yxy4.50330.37580.1844
Hunter Lab21.221040.0656-15.1561
CIE-Lab25.270051.5029-21.2572

#74005d color RGB value is (116,0,93).

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

The process color (four color CMYK) of #74005d color hex is 0.00, 1.00, 0.20, 0.55. Web safe color of #74005d is #660066. Color #74005d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 01011101
Octal 164 0 135
Decimal 116 0 93
Hex 74 0 5D

RGB Percentages of Color #74005d

%55.50
%0.00
%44.50

CMYK Percentages of Color #74005d

%0
%100
%20
%55

Triadic Colors of #74005d

#74005d #5d7400 #005d74

Analogous Colors of #74005d

#74005d #740023 #510074

Monochromatic Colors of #74005d

#74005d

Complementary Color

#74005d #007417

#74005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74005d Color CSS Codes

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

#74005d Text Font Color

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

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


#74005d Background Color

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

This div background color is #74005d


#74005d Border Color

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

This div border color is #74005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74005d


Comments

No comments written yet.

Please login to write comment.