Color Hex Logo

#741668 Color Hex

#741668
(116,22,104)
0 Favorites   0 Comments

Color spaces of #741668

RGB 11622104
HSL0.850.680.27
HSV308°81°45°
CMYK 0.000.810.10   0.55
XYZ9.98815.286313.5906
Yxy5.28630.34600.1831
Hunter Lab22.992037.3075-18.9521
CIE-Lab27.535348.2967-24.8906

#741668 color RGB value is (116,22,104).

#741668 hex color red value is 116, green value is 22 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #741668 hue: 0.85 , saturation: 0.68 and the lightness value of 741668 is 0.27.

The process color (four color CMYK) of #741668 color hex is 0.00, 0.81, 0.10, 0.55. Web safe color of #741668 is #660066. Color #741668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010110 01101000
Octal 164 26 150
Decimal 116 22 104
Hex 74 16 68

RGB Percentages of Color #741668

%47.93
%9.09
%42.98

CMYK Percentages of Color #741668

%0
%81
%10
%55

Triadic Colors of #741668

#741668 #687416 #166874

Analogous Colors of #741668

#741668 #741639 #511674

Monochromatic Colors of #741668

#741668

Complementary Color

#741668 #167422

#741668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741668 Color CSS Codes

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

#741668 Text Font Color

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

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


#741668 Background Color

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

This div background color is #741668


#741668 Border Color

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

This div border color is #741668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741668


Comments

No comments written yet.

Please login to write comment.