Color Hex Logo

#74027a Color Hex

#74027A
(116,2,122)
0 Favorites   0 Comments

Color spaces of #74027a

RGB 1162122
HSL0.830.970.24
HSV297°98°48°
CMYK 0.050.980.00   0.52
XYZ10.73705.161618.8427
Yxy5.16160.30910.1486
Hunter Lab22.719244.6000-33.2702
CIE-Lab27.190355.5395-36.9868

#74027a color RGB value is (116,2,122).

#74027a hex color red value is 116, green value is 2 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #74027a hue: 0.83 , saturation: 0.97 and the lightness value of 74027a is 0.24.

The process color (four color CMYK) of #74027a color hex is 0.05, 0.98, 0.00, 0.52. Web safe color of #74027a is #660066. Color #74027a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 01111010
Octal 164 2 172
Decimal 116 2 122
Hex 74 2 7A

RGB Percentages of Color #74027a

%48.33
%0.83
%50.83

CMYK Percentages of Color #74027a

%5
%98
%0
%52

Triadic Colors of #74027a

#74027a #7a7402 #027a74

Analogous Colors of #74027a

#74027a #7a0244 #38027a

Monochromatic Colors of #74027a

#74027a

Complementary Color

#74027a #087a02

#74027a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74027a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74027a Color CSS Codes

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

#74027a Text Font Color

<p style="color:#74027a">Text here</p>

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


#74027a Background Color

<div style="background-color:#74027a">
Div content here</div>

This div background color is #74027a


#74027a Border Color

<div style="border:3px solid #74027a">
Div here</div>

This div border color is #74027a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,2,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74027a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74027a;
  -webkit-box-shadow: 1px 1px 3px 2px #74027a;
  box-shadow:         1px 1px 3px 2px #74027a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74027a


Comments

No comments written yet.

Please login to write comment.