Color Hex Logo

#742676 Color Hex

#742676
(116,38,118)
0 Favorites   0 Comments

Color spaces of #742676

RGB 11638118
HSL0.830.510.31
HSV299°68°46°
CMYK 0.020.680.00   0.54
XYZ11.16566.407217.7878
Yxy6.40720.31580.1812
Hunter Lab25.312434.4415-23.9461
CIE-Lab30.417444.8038-29.3029

#742676 color RGB value is (116,38,118).

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

The process color (four color CMYK) of #742676 color hex is 0.02, 0.68, 0.00, 0.54. Web safe color of #742676 is #663366. Color #742676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01110110
Octal 164 46 166
Decimal 116 38 118
Hex 74 26 76

RGB Percentages of Color #742676

%42.65
%13.97
%43.38

CMYK Percentages of Color #742676

%2
%68
%0
%54

Triadic Colors of #742676

#742676 #767426 #267674

Analogous Colors of #742676

#742676 #762650 #4c2676

Monochromatic Colors of #742676

#742676

Complementary Color

#742676 #287626

#742676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742676 Color CSS Codes

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

#742676 Text Font Color

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

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


#742676 Background Color

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

This div background color is #742676


#742676 Border Color

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

This div border color is #742676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742676


Comments

No comments written yet.

Please login to write comment.