Color Hex Logo

#74077d Color Hex

#74077D
(116,7,125)
0 Favorites   0 Comments

Color spaces of #74077d

RGB 1167125
HSL0.820.890.26
HSV295°94°49°
CMYK 0.070.940.00   0.51
XYZ10.98015.345619.8551
Yxy5.34560.30350.1477
Hunter Lab23.120644.3098-34.7317
CIE-Lab27.697555.1638-38.0736

#74077d color RGB value is (116,7,125).

#74077d hex color red value is 116, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #74077d hue: 0.82 , saturation: 0.89 and the lightness value of 74077d is 0.26.

The process color (four color CMYK) of #74077d color hex is 0.07, 0.94, 0.00, 0.51. Web safe color of #74077d is #660066. Color #74077d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000111 01111101
Octal 164 7 175
Decimal 116 7 125
Hex 74 7 7D

RGB Percentages of Color #74077d

%46.77
%2.82
%50.40

CMYK Percentages of Color #74077d

%7
%94
%0
%51

Triadic Colors of #74077d

#74077d #7d7407 #077d74

Analogous Colors of #74077d

#74077d #7d074b #39077d

Monochromatic Colors of #74077d

#74077d

Complementary Color

#74077d #107d07

#74077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74077d Color CSS Codes

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

#74077d Text Font Color

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

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


#74077d Background Color

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

This div background color is #74077d


#74077d Border Color

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

This div border color is #74077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74077d


Comments

No comments written yet.

Please login to write comment.