Color Hex Logo

#742650 Color Hex

#742650
(116,38,80)
0 Favorites   0 Comments

Color spaces of #742650

RGB 1163880
HSL0.910.510.30
HSV328°67°45°
CMYK 0.000.670.31   0.55
XYZ9.34355.67848.1930
Yxy5.67840.40250.2446
Hunter Lab23.829428.2884-3.7045
CIE-Lab28.586238.5782-7.5627

#742650 color RGB value is (116,38,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01010000
Octal 164 46 120
Decimal 116 38 80
Hex 74 26 50

RGB Percentages of Color #742650

%49.57
%16.24
%34.19

CMYK Percentages of Color #742650

%0
%67
%31
%55

Triadic Colors of #742650

#742650 #507426 #265074

Analogous Colors of #742650

#742650 #742629 #712674

Monochromatic Colors of #742650

#742650

Complementary Color

#742650 #26744a

#742650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742650 Color CSS Codes

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

#742650 Text Font Color

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

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


#742650 Background Color

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

This div background color is #742650


#742650 Border Color

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

This div border color is #742650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742650


Comments

No comments written yet.

Please login to write comment.