Color Hex Logo

#74027e Color Hex

#74027E
(116,2,126)
0 Favorites   0 Comments

Color spaces of #74027e

RGB 1162126
HSL0.820.970.25
HSV295°98°49°
CMYK 0.080.980.00   0.51
XYZ10.99015.262820.1752
Yxy5.26280.30170.1445
Hunter Lab22.940845.3665-36.0838
CIE-Lab27.470756.2152-39.0709

#74027e color RGB value is (116,2,126).

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

The process color (four color CMYK) of #74027e color hex is 0.08, 0.98, 0.00, 0.51. Web safe color of #74027e is #660066. Color #74027e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 01111110
Octal 164 2 176
Decimal 116 2 126
Hex 74 2 7E

RGB Percentages of Color #74027e

%47.54
%0.82
%51.64

CMYK Percentages of Color #74027e

%8
%98
%0
%51

Triadic Colors of #74027e

#74027e #7e7402 #027e74

Analogous Colors of #74027e

#74027e #7e024a #36027e

Monochromatic Colors of #74027e

#74027e

Complementary Color

#74027e #0c7e02

#74027e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74027e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74027e Color CSS Codes

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

#74027e Text Font Color

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

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


#74027e Background Color

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

This div background color is #74027e


#74027e Border Color

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

This div border color is #74027e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74027e


Comments

No comments written yet.

Please login to write comment.