Color Hex Logo

#74148a Color Hex

#74148A
(116,20,138)
0 Favorites   0 Comments

Color spaces of #74148a

RGB 11620138
HSL0.800.750.31
HSV289°86°54°
CMYK 0.160.860.00   0.46
XYZ12.04016.048324.5776
Yxy6.04830.28220.1418
Hunter Lab24.593344.3497-42.0369
CIE-Lab29.534054.8446-43.2676

#74148a color RGB value is (116,20,138).

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

The process color (four color CMYK) of #74148a color hex is 0.16, 0.86, 0.00, 0.46. Web safe color of #74148a is #660099. Color #74148a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 10001010
Octal 164 24 212
Decimal 116 20 138
Hex 74 14 8A

RGB Percentages of Color #74148a

%42.34
%7.30
%50.36

CMYK Percentages of Color #74148a

%16
%86
%0
%46

Triadic Colors of #74148a

#74148a #8a7414 #148a74

Analogous Colors of #74148a

#74148a #8a1465 #39148a

Monochromatic Colors of #74148a

#74148a

Complementary Color

#74148a #2a8a14

#74148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74148a Color CSS Codes

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

#74148a Text Font Color

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

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


#74148a Background Color

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

This div background color is #74148a


#74148a Border Color

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

This div border color is #74148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74148a


Comments

No comments written yet.

Please login to write comment.