Color Hex Logo

#74246d Color Hex

#74246D
(116,36,109)
0 Favorites   0 Comments

Color spaces of #74246d

RGB 11636109
HSL0.850.530.30
HSV305°69°45°
CMYK 0.000.690.06   0.55
XYZ10.59376.078915.0830
Yxy6.07890.33360.1914
Hunter Lab24.655433.5491-19.0120
CIE-Lab29.610744.0268-24.8448

#74246d color RGB value is (116,36,109).

#74246d hex color red value is 116, green value is 36 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74246d hue: 0.85 , saturation: 0.53 and the lightness value of 74246d is 0.30.

The process color (four color CMYK) of #74246d color hex is 0.00, 0.69, 0.06, 0.55. Web safe color of #74246d is #663366. Color #74246d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100100 01101101
Octal 164 44 155
Decimal 116 36 109
Hex 74 24 6D

RGB Percentages of Color #74246d

%44.44
%13.79
%41.76

CMYK Percentages of Color #74246d

%0
%69
%6
%55

Triadic Colors of #74246d

#74246d #6d7424 #246d74

Analogous Colors of #74246d

#74246d #742445 #532474

Monochromatic Colors of #74246d

#74246d

Complementary Color

#74246d #24742b

#74246d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74246d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74246d Color CSS Codes

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

#74246d Text Font Color

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

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


#74246d Background Color

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

This div background color is #74246d


#74246d Border Color

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

This div border color is #74246d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74246d


Comments

No comments written yet.

Please login to write comment.