Color Hex Logo

#742254 Color Hex

#742254
(116,34,84)
0 Favorites   0 Comments

Color spaces of #742254

RGB 1163484
HSL0.900.550.29
HSV323°71°45°
CMYK 0.000.710.28   0.55
XYZ9.37475.49728.9545
Yxy5.49720.39350.2307
Hunter Lab23.446130.3408-6.2317
CIE-Lab28.106840.9011-10.9281

#742254 color RGB value is (116,34,84).

#742254 hex color red value is 116, green value is 34 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #742254 hue: 0.90 , saturation: 0.55 and the lightness value of 742254 is 0.29.

The process color (four color CMYK) of #742254 color hex is 0.00, 0.71, 0.28, 0.55. Web safe color of #742254 is #663366. Color #742254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100010 01010100
Octal 164 42 124
Decimal 116 34 84
Hex 74 22 54

RGB Percentages of Color #742254

%49.57
%14.53
%35.90

CMYK Percentages of Color #742254

%0
%71
%28
%55

Triadic Colors of #742254

#742254 #547422 #225474

Analogous Colors of #742254

#742254 #74222b #6b2274

Monochromatic Colors of #742254

#742254

Complementary Color

#742254 #227442

#742254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742254 Color CSS Codes

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

#742254 Text Font Color

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

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


#742254 Background Color

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

This div background color is #742254


#742254 Border Color

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

This div border color is #742254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742254


Comments

No comments written yet.

Please login to write comment.