Color Hex Logo

#740892 Color Hex

#740892
(116,8,146)
0 Favorites   0 Comments

Color spaces of #740892

RGB 1168146
HSL0.800.900.30
HSV287°95°57°
CMYK 0.210.950.00   0.43
XYZ12.47765.962027.6873
Yxy5.96200.27050.1293
Hunter Lab24.417248.4864-50.1384
CIE-Lab29.316458.7880-48.5761

#740892 color RGB value is (116,8,146).

#740892 hex color red value is 116, green value is 8 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #740892 hue: 0.80 , saturation: 0.90 and the lightness value of 740892 is 0.30.

The process color (four color CMYK) of #740892 color hex is 0.21, 0.95, 0.00, 0.43. Web safe color of #740892 is #660099. Color #740892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001000 10010010
Octal 164 10 222
Decimal 116 8 146
Hex 74 8 92

RGB Percentages of Color #740892

%42.96
%2.96
%54.07

CMYK Percentages of Color #740892

%21
%95
%0
%43

Triadic Colors of #740892

#740892 #927408 #089274

Analogous Colors of #740892

#740892 #92086b #2f0892

Monochromatic Colors of #740892

#740892

Complementary Color

#740892 #269208

#740892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740892 Color CSS Codes

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

#740892 Text Font Color

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

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


#740892 Background Color

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

This div background color is #740892


#740892 Border Color

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

This div border color is #740892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740892


Comments

No comments written yet.

Please login to write comment.