Color Hex Logo

#74209d Color Hex

#74209D
(116,32,157)
0 Favorites   0 Comments

Color spaces of #74209d

RGB 11632157
HSL0.780.660.37
HSV280°80°62°
CMYK 0.260.800.00   0.38
XYZ13.80487.180332.5566
Yxy7.18030.25780.1341
Hunter Lab26.796145.0665-53.2787
CIE-Lab32.213955.0068-50.6111

#74209d color RGB value is (116,32,157).

#74209d hex color red value is 116, green value is 32 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74209d hue: 0.78 , saturation: 0.66 and the lightness value of 74209d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 10011101
Octal 164 40 235
Decimal 116 32 157
Hex 74 20 9D

RGB Percentages of Color #74209d

%38.03
%10.49
%51.48

CMYK Percentages of Color #74209d

%26
%80
%0
%38

Triadic Colors of #74209d

#74209d #9d7420 #209d74

Analogous Colors of #74209d

#74209d #9d2088 #36209d

Monochromatic Colors of #74209d

#74209d

Complementary Color

#74209d #499d20

#74209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74209d Color CSS Codes

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

#74209d Text Font Color

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

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


#74209d Background Color

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

This div background color is #74209d


#74209d Border Color

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

This div border color is #74209d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,32,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 #74209d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74209d


Comments

No comments written yet.

Please login to write comment.