Color Hex Logo

#741887 Color Hex

#741887
(116,24,135)
0 Favorites   0 Comments

Color spaces of #741887

RGB 11624135
HSL0.800.700.31
HSV290°82°53°
CMYK 0.140.820.00   0.47
XYZ11.90236.115523.4748
Yxy6.11550.28690.1474
Hunter Lab24.729542.6352-38.9710
CIE-Lab29.702053.1588-41.1287

#741887 color RGB value is (116,24,135).

#741887 hex color red value is 116, green value is 24 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #741887 hue: 0.80 , saturation: 0.70 and the lightness value of 741887 is 0.31.

The process color (four color CMYK) of #741887 color hex is 0.14, 0.82, 0.00, 0.47. Web safe color of #741887 is #660099. Color #741887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011000 10000111
Octal 164 30 207
Decimal 116 24 135
Hex 74 18 87

RGB Percentages of Color #741887

%42.18
%8.73
%49.09

CMYK Percentages of Color #741887

%14
%82
%0
%47

Triadic Colors of #741887

#741887 #877418 #188774

Analogous Colors of #741887

#741887 #871862 #3d1887

Monochromatic Colors of #741887

#741887

Complementary Color

#741887 #2b8718

#741887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741887 Color CSS Codes

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

#741887 Text Font Color

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

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


#741887 Background Color

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

This div background color is #741887


#741887 Border Color

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

This div border color is #741887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741887


Comments

No comments written yet.

Please login to write comment.