Color Hex Logo

#74138e Color Hex

#74138E
(116,19,142)
0 Favorites   0 Comments

Color spaces of #74138e

RGB 11619142
HSL0.800.760.32
HSV287°87°56°
CMYK 0.180.870.00   0.44
XYZ12.31786.131726.1255
Yxy6.13170.27630.1376
Hunter Lab24.762345.4595-45.2205
CIE-Lab29.742355.8626-45.4130

#74138e color RGB value is (116,19,142).

#74138e hex color red value is 116, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #74138e hue: 0.80 , saturation: 0.76 and the lightness value of 74138e is 0.32.

The process color (four color CMYK) of #74138e color hex is 0.18, 0.87, 0.00, 0.44. Web safe color of #74138e is #660099. Color #74138e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 10001110
Octal 164 23 216
Decimal 116 19 142
Hex 74 13 8E

RGB Percentages of Color #74138e

%41.88
%6.86
%51.26

CMYK Percentages of Color #74138e

%18
%87
%0
%44

Triadic Colors of #74138e

#74138e #8e7413 #138e74

Analogous Colors of #74138e

#74138e #8e136b #37138e

Monochromatic Colors of #74138e

#74138e

Complementary Color

#74138e #2d8e13

#74138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74138e Color CSS Codes

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

#74138e Text Font Color

<p style="color:#74138e">Text here</p>

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


#74138e Background Color

<div style="background-color:#74138e">
Div content here</div>

This div background color is #74138e


#74138e Border Color

<div style="border:3px solid #74138e">
Div here</div>

This div border color is #74138e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,19,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74138e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74138e;
  -webkit-box-shadow: 1px 1px 3px 2px #74138e;
  box-shadow:         1px 1px 3px 2px #74138e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74138e


Comments

No comments written yet.

Please login to write comment.