Color Hex Logo

#74258d Color Hex

#74258D
(116,37,141)
0 Favorites   0 Comments

Color spaces of #74258d

RGB 11637141
HSL0.790.580.35
HSV286°74°55°
CMYK 0.180.740.00   0.45
XYZ12.67176.959225.8747
Yxy6.95920.27850.1529
Hunter Lab26.380339.5764-39.6875
CIE-Lab31.713849.7651-41.6149

#74258d color RGB value is (116,37,141).

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

The process color (four color CMYK) of #74258d color hex is 0.18, 0.74, 0.00, 0.45. Web safe color of #74258d is #663399. Color #74258d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 10001101
Octal 164 45 215
Decimal 116 37 141
Hex 74 25 8D

RGB Percentages of Color #74258d

%39.46
%12.59
%47.96

CMYK Percentages of Color #74258d

%18
%74
%0
%45

Triadic Colors of #74258d

#74258d #8d7425 #258d74

Analogous Colors of #74258d

#74258d #8d2572 #40258d

Monochromatic Colors of #74258d

#74258d

Complementary Color

#74258d #3e8d25

#74258d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74258d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74258d Color CSS Codes

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

#74258d Text Font Color

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

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


#74258d Background Color

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

This div background color is #74258d


#74258d Border Color

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

This div border color is #74258d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74258d


Comments

No comments written yet.

Please login to write comment.