Color Hex Logo

#742892 Color Hex

#742892
(116,40,146)
0 Favorites   0 Comments

Color spaces of #742892

RGB 11640146
HSL0.790.570.36
HSV283°73°57°
CMYK 0.210.730.00   0.43
XYZ13.14967.305927.9113
Yxy7.30590.27190.1511
Hunter Lab27.029439.5373-42.3038
CIE-Lab32.493449.5765-43.4393

#742892 color RGB value is (116,40,146).

#742892 hex color red value is 116, green value is 40 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #742892 hue: 0.79 , saturation: 0.57 and the lightness value of 742892 is 0.36.

The process color (four color CMYK) of #742892 color hex is 0.21, 0.73, 0.00, 0.43. Web safe color of #742892 is #663399. Color #742892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101000 10010010
Octal 164 50 222
Decimal 116 40 146
Hex 74 28 92

RGB Percentages of Color #742892

%38.41
%13.25
%48.34

CMYK Percentages of Color #742892

%21
%73
%0
%43

Triadic Colors of #742892

#742892 #927428 #289274

Analogous Colors of #742892

#742892 #92287b #3f2892

Monochromatic Colors of #742892

#742892

Complementary Color

#742892 #469228

#742892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742892 Color CSS Codes

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

#742892 Text Font Color

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

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


#742892 Background Color

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

This div background color is #742892


#742892 Border Color

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

This div border color is #742892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742892


Comments

No comments written yet.

Please login to write comment.