Color Hex Logo

#741f88 Color Hex

#741F88
(116,31,136)
0 Favorites   0 Comments

Color spaces of #741f88

RGB 11631136
HSL0.800.630.33
HSV289°77°53°
CMYK 0.150.770.00   0.47
XYZ12.13646.470623.9018
Yxy6.47060.28550.1522
Hunter Lab25.437440.6486-37.9047
CIE-Lab30.570051.0468-40.3549

#741f88 color RGB value is (116,31,136).

#741f88 hex color red value is 116, green value is 31 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #741f88 hue: 0.80 , saturation: 0.63 and the lightness value of 741f88 is 0.33.

The process color (four color CMYK) of #741f88 color hex is 0.15, 0.77, 0.00, 0.47. Web safe color of #741f88 is #663399. Color #741f88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011111 10001000
Octal 164 37 210
Decimal 116 31 136
Hex 74 1F 88

RGB Percentages of Color #741f88

%40.99
%10.95
%48.06

CMYK Percentages of Color #741f88

%15
%77
%0
%47

Triadic Colors of #741f88

#741f88 #88741f #1f8874

Analogous Colors of #741f88

#741f88 #881f68 #401f88

Monochromatic Colors of #741f88

#741f88

Complementary Color

#741f88 #33881f

#741f88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741f88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741f88 Color CSS Codes

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

#741f88 Text Font Color

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

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


#741f88 Background Color

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

This div background color is #741f88


#741f88 Border Color

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

This div border color is #741f88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,31,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #741f88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #741f88;
  -webkit-box-shadow: 1px 1px 3px 2px #741f88;
  box-shadow:         1px 1px 3px 2px #741f88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741f88


Comments

No comments written yet.

Please login to write comment.