Color Hex Logo

#74019b Color Hex

#74019B
(116,1,155)
0 Favorites   0 Comments

Color spaces of #74019b

RGB 1161155
HSL0.790.990.31
HSV285°99°61°
CMYK 0.250.990.00   0.39
XYZ13.12976.101331.4960
Yxy6.10130.25880.1203
Hunter Lab24.700851.6551-58.3101
CIE-Lab29.666661.6304-53.5346

#74019b color RGB value is (116,1,155).

#74019b hex color red value is 116, green value is 1 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #74019b hue: 0.79 , saturation: 0.99 and the lightness value of 74019b is 0.31.

The process color (four color CMYK) of #74019b color hex is 0.25, 0.99, 0.00, 0.39. Web safe color of #74019b is #660099. Color #74019b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 10011011
Octal 164 1 233
Decimal 116 1 155
Hex 74 1 9B

RGB Percentages of Color #74019b

%42.65
%0.37
%56.99

CMYK Percentages of Color #74019b

%25
%99
%0
%39

Triadic Colors of #74019b

#74019b #9b7401 #019b74

Analogous Colors of #74019b

#74019b #9b0175 #27019b

Monochromatic Colors of #74019b

#74019b

Complementary Color

#74019b #289b01

#74019b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74019b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74019b Color CSS Codes

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

#74019b Text Font Color

<p style="color:#74019b">Text here</p>

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


#74019b Background Color

<div style="background-color:#74019b">
Div content here</div>

This div background color is #74019b


#74019b Border Color

<div style="border:3px solid #74019b">
Div here</div>

This div border color is #74019b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74019b


Comments

No comments written yet.

Please login to write comment.