Color Hex Logo

#74258a Color Hex

#74258A
(116,37,138)
0 Favorites   0 Comments

Color spaces of #74258a

RGB 11637138
HSL0.800.580.34
HSV287°73°54°
CMYK 0.160.730.00   0.46
XYZ12.45156.871124.7147
Yxy6.87110.28270.1560
Hunter Lab26.212838.9180-37.5526
CIE-Lab31.511649.1484-40.0839

#74258a color RGB value is (116,37,138).

#74258a hex color red value is 116, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #74258a hue: 0.80 , saturation: 0.58 and the lightness value of 74258a is 0.34.

The process color (four color CMYK) of #74258a color hex is 0.16, 0.73, 0.00, 0.46. Web safe color of #74258a is #663399. Color #74258a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 10001010
Octal 164 45 212
Decimal 116 37 138
Hex 74 25 8A

RGB Percentages of Color #74258a

%39.86
%12.71
%47.42

CMYK Percentages of Color #74258a

%16
%73
%0
%46

Triadic Colors of #74258a

#74258a #8a7425 #258a74

Analogous Colors of #74258a

#74258a #8a256e #42258a

Monochromatic Colors of #74258a

#74258a

Complementary Color

#74258a #3b8a25

#74258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74258a Color CSS Codes

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

#74258a Text Font Color

<p style="color:#74258a">Text here</p>

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


#74258a Background Color

<div style="background-color:#74258a">
Div content here</div>

This div background color is #74258a


#74258a Border Color

<div style="border:3px solid #74258a">
Div here</div>

This div border color is #74258a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,37,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74258a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74258a;
  -webkit-box-shadow: 1px 1px 3px 2px #74258a;
  box-shadow:         1px 1px 3px 2px #74258a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74258a


Comments

No comments written yet.

Please login to write comment.