Color Hex Logo

#74095c Color Hex

#74095C
(116,9,92)
0 Favorites   0 Comments

Color spaces of #74095c

RGB 116992
HSL0.870.860.25
HSV313°92°45°
CMYK 0.000.920.21   0.55
XYZ9.23194.681110.5422
Yxy4.68110.37750.1914
Hunter Lab21.635838.3022-13.7443
CIE-Lab25.806249.6384-19.7579

#74095c color RGB value is (116,9,92).

#74095c hex color red value is 116, green value is 9 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #74095c hue: 0.87 , saturation: 0.86 and the lightness value of 74095c is 0.25.

The process color (four color CMYK) of #74095c color hex is 0.00, 0.92, 0.21, 0.55. Web safe color of #74095c is #660066. Color #74095c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001001 01011100
Octal 164 11 134
Decimal 116 9 92
Hex 74 9 5C

RGB Percentages of Color #74095c

%53.46
%4.15
%42.40

CMYK Percentages of Color #74095c

%0
%92
%21
%55

Triadic Colors of #74095c

#74095c #5c7409 #095c74

Analogous Colors of #74095c

#74095c #740926 #570974

Monochromatic Colors of #74095c

#74095c

Complementary Color

#74095c #097421

#74095c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74095c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74095c Color CSS Codes

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

#74095c Text Font Color

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

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


#74095c Background Color

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

This div background color is #74095c


#74095c Border Color

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

This div border color is #74095c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74095c


Comments

No comments written yet.

Please login to write comment.