Color Hex Logo

#74309c Color Hex

#74309C
(116,48,156)
0 Favorites   0 Comments

Color spaces of #74309c

RGB 11648156
HSL0.770.530.40
HSV278°69°61°
CMYK 0.260.690.00   0.39
XYZ14.26028.227232.2889
Yxy8.22720.26030.1502
Hunter Lab28.683138.5483-46.6653
CIE-Lab34.451648.2202-46.3853

#74309c color RGB value is (116,48,156).

#74309c hex color red value is 116, green value is 48 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #74309c hue: 0.77 , saturation: 0.53 and the lightness value of 74309c is 0.40.

The process color (four color CMYK) of #74309c color hex is 0.26, 0.69, 0.00, 0.39. Web safe color of #74309c is #663399. Color #74309c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 10011100
Octal 164 60 234
Decimal 116 48 156
Hex 74 30 9C

RGB Percentages of Color #74309c

%36.25
%15.00
%48.75

CMYK Percentages of Color #74309c

%26
%69
%0
%39

Triadic Colors of #74309c

#74309c #9c7430 #309c74

Analogous Colors of #74309c

#74309c #9c308e #3e309c

Monochromatic Colors of #74309c

#74309c

Complementary Color

#74309c #589c30

#74309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74309c Color CSS Codes

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

#74309c Text Font Color

<p style="color:#74309c">Text here</p>

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


#74309c Background Color

<div style="background-color:#74309c">
Div content here</div>

This div background color is #74309c


#74309c Border Color

<div style="border:3px solid #74309c">
Div here</div>

This div border color is #74309c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,48,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74309c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74309c;
  -webkit-box-shadow: 1px 1px 3px 2px #74309c;
  box-shadow:         1px 1px 3px 2px #74309c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74309c


Comments

No comments written yet.

Please login to write comment.