Color Hex Logo

#74459d Color Hex

#74459D
(116,69,157)
0 Favorites   0 Comments

Color spaces of #74459d

RGB 11669157
HSL0.760.390.44
HSV272°56°62°
CMYK 0.260.560.00   0.38
XYZ15.416410.403633.0938
Yxy10.40360.26170.1766
Hunter Lab32.254628.8702-38.2544
CIE-Lab38.557337.5183-40.4058

#74459d color RGB value is (116,69,157).

#74459d hex color red value is 116, green value is 69 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74459d hue: 0.76 , saturation: 0.39 and the lightness value of 74459d is 0.44.

The process color (four color CMYK) of #74459d color hex is 0.26, 0.56, 0.00, 0.38. Web safe color of #74459d is #663399. Color #74459d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 10011101
Octal 164 105 235
Decimal 116 69 157
Hex 74 45 9D

RGB Percentages of Color #74459d

%33.92
%20.18
%45.91

CMYK Percentages of Color #74459d

%26
%56
%0
%38

Triadic Colors of #74459d

#74459d #9d7445 #459d74

Analogous Colors of #74459d

#74459d #9d459a #48459d

Monochromatic Colors of #74459d

#74459d

Complementary Color

#74459d #6e9d45

#74459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74459d Color CSS Codes

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

#74459d Text Font Color

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

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


#74459d Background Color

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

This div background color is #74459d


#74459d Border Color

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

This div border color is #74459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74459d


Comments

No comments written yet.

Please login to write comment.