Color Hex Logo

#74005f Color Hex

#74005F
(116,0,95)
0 Favorites   0 Comments

Color spaces of #74005f

RGB 116095
HSL0.861.000.23
HSV311°100°45°
CMYK 0.001.000.18   0.55
XYZ9.26804.539211.2142
Yxy4.53920.37040.1814
Hunter Lab21.305440.3643-16.2938
CIE-Lab25.379451.7771-22.4050

#74005f color RGB value is (116,0,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 01011111
Octal 164 0 137
Decimal 116 0 95
Hex 74 0 5F

RGB Percentages of Color #74005f

%54.98
%0.00
%45.02

CMYK Percentages of Color #74005f

%0
%100
%18
%55

Triadic Colors of #74005f

#74005f #5f7400 #005f74

Analogous Colors of #74005f

#74005f #740025 #4f0074

Monochromatic Colors of #74005f

#74005f

Complementary Color

#74005f #007415

#74005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74005f Color CSS Codes

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

#74005f Text Font Color

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

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


#74005f Background Color

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

This div background color is #74005f


#74005f Border Color

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

This div border color is #74005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74005f


Comments

No comments written yet.

Please login to write comment.