Color Hex Logo

#742668 Color Hex

#742668
(116,38,104)
0 Favorites   0 Comments

Color spaces of #742668

RGB 11638104
HSL0.860.510.30
HSV309°67°45°
CMYK 0.000.670.10   0.55
XYZ10.39436.098713.7260
Yxy6.09870.34400.2018
Hunter Lab24.695531.9130-15.6670
CIE-Lab29.660142.2943-21.5580

#742668 color RGB value is (116,38,104).

#742668 hex color red value is 116, green value is 38 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #742668 hue: 0.86 , saturation: 0.51 and the lightness value of 742668 is 0.30.

The process color (four color CMYK) of #742668 color hex is 0.00, 0.67, 0.10, 0.55. Web safe color of #742668 is #663366. Color #742668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01101000
Octal 164 46 150
Decimal 116 38 104
Hex 74 26 68

RGB Percentages of Color #742668

%44.96
%14.73
%40.31

CMYK Percentages of Color #742668

%0
%67
%10
%55

Triadic Colors of #742668

#742668 #687426 #266874

Analogous Colors of #742668

#742668 #742641 #592674

Monochromatic Colors of #742668

#742668

Complementary Color

#742668 #267432

#742668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742668 Color CSS Codes

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

#742668 Text Font Color

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

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


#742668 Background Color

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

This div background color is #742668


#742668 Border Color

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

This div border color is #742668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742668


Comments

No comments written yet.

Please login to write comment.