Color Hex Logo

#742632 Color Hex

#742632
(116,38,50)
0 Favorites   0 Comments

Color spaces of #742632

RGB 1163850
HSL0.970.510.30
HSV351°67°45°
CMYK 0.000.670.57   0.55
XYZ8.47135.32953.5998
Yxy5.32950.48680.3063
Hunter Lab23.085725.10066.9148
CIE-Lab27.653635.181711.0745

#742632 color RGB value is (116,38,50).

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

The process color (four color CMYK) of #742632 color hex is 0.00, 0.67, 0.57, 0.55. Web safe color of #742632 is #663333. Color #742632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 00110010
Octal 164 46 62
Decimal 116 38 50
Hex 74 26 32

RGB Percentages of Color #742632

%56.86
%18.63
%24.51

CMYK Percentages of Color #742632

%0
%67
%57
%55

Triadic Colors of #742632

#742632 #327426 #263274

Analogous Colors of #742632

#742632 #744126 #742659

Monochromatic Colors of #742632

#742632

Complementary Color

#742632 #267468

#742632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742632 Color CSS Codes

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

#742632 Text Font Color

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

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


#742632 Background Color

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

This div background color is #742632


#742632 Border Color

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

This div border color is #742632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742632


Comments

No comments written yet.

Please login to write comment.