Color Hex Logo

#742490 Color Hex

#742490
(116,36,144)
0 Favorites   0 Comments

Color spaces of #742490

RGB 11636144
HSL0.790.600.35
HSV284°75°56°
CMYK 0.190.750.00   0.44
XYZ12.86746.988427.0563
Yxy6.98840.27430.1490
Hunter Lab26.435640.6218-42.1772
CIE-Lab31.780550.7860-43.3577

#742490 color RGB value is (116,36,144).

#742490 hex color red value is 116, green value is 36 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #742490 hue: 0.79 , saturation: 0.60 and the lightness value of 742490 is 0.35.

The process color (four color CMYK) of #742490 color hex is 0.19, 0.75, 0.00, 0.44. Web safe color of #742490 is #663399. Color #742490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100100 10010000
Octal 164 44 220
Decimal 116 36 144
Hex 74 24 90

RGB Percentages of Color #742490

%39.19
%12.16
%48.65

CMYK Percentages of Color #742490

%19
%75
%0
%44

Triadic Colors of #742490

#742490 #907424 #249074

Analogous Colors of #742490

#742490 #902476 #3e2490

Monochromatic Colors of #742490

#742490

Complementary Color

#742490 #409024

#742490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742490 Color CSS Codes

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

#742490 Text Font Color

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

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


#742490 Background Color

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

This div background color is #742490


#742490 Border Color

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

This div border color is #742490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742490


Comments

No comments written yet.

Please login to write comment.