Color Hex Logo

#742656 Color Hex

#742656
(116,38,86)
0 Favorites   0 Comments

Color spaces of #742656

RGB 1163886
HSL0.900.510.30
HSV323°67°45°
CMYK 0.000.670.26   0.55
XYZ9.57535.77119.4134
Yxy5.77110.38670.2331
Hunter Lab24.023129.1073-6.4165
CIE-Lab28.827539.4308-11.1465

#742656 color RGB value is (116,38,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01010110
Octal 164 46 126
Decimal 116 38 86
Hex 74 26 56

RGB Percentages of Color #742656

%48.33
%15.83
%35.83

CMYK Percentages of Color #742656

%0
%67
%26
%55

Triadic Colors of #742656

#742656 #567426 #265674

Analogous Colors of #742656

#742656 #74262f #6b2674

Monochromatic Colors of #742656

#742656

Complementary Color

#742656 #267444

#742656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742656 Color CSS Codes

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

#742656 Text Font Color

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

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


#742656 Background Color

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

This div background color is #742656


#742656 Border Color

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

This div border color is #742656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742656


Comments

No comments written yet.

Please login to write comment.