Color Hex Logo

#741778 Color Hex

#741778
(116,23,120)
0 Favorites   0 Comments

Color spaces of #741778

RGB 11623120
HSL0.830.680.28
HSV298°81°47°
CMYK 0.030.810.00   0.53
XYZ10.89905.681918.2916
Yxy5.68190.31250.1629
Hunter Lab23.836739.9022-28.8117
CIE-Lab28.595350.6930-33.4670

#741778 color RGB value is (116,23,120).

#741778 hex color red value is 116, green value is 23 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #741778 hue: 0.83 , saturation: 0.68 and the lightness value of 741778 is 0.28.

The process color (four color CMYK) of #741778 color hex is 0.03, 0.81, 0.00, 0.53. Web safe color of #741778 is #660066. Color #741778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 01111000
Octal 164 27 170
Decimal 116 23 120
Hex 74 17 78

RGB Percentages of Color #741778

%44.79
%8.88
%46.33

CMYK Percentages of Color #741778

%3
%81
%0
%53

Triadic Colors of #741778

#741778 #787417 #177874

Analogous Colors of #741778

#741778 #78174c #441778

Monochromatic Colors of #741778

#741778

Complementary Color

#741778 #1b7817

#741778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741778 Color CSS Codes

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

#741778 Text Font Color

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

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


#741778 Background Color

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

This div background color is #741778


#741778 Border Color

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

This div border color is #741778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741778


Comments

No comments written yet.

Please login to write comment.