Color Hex Logo

#742748 Color Hex

#742748
(116,39,72)
0 Favorites   0 Comments

Color spaces of #742748

RGB 1163972
HSL0.930.500.30
HSV334°66°45°
CMYK 0.000.660.38   0.55
XYZ9.09775.63196.7385
Yxy5.63190.42380.2623
Hunter Lab23.731626.8990-0.2230
CIE-Lab28.464137.0627-2.4477

#742748 color RGB value is (116,39,72).

#742748 hex color red value is 116, green value is 39 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #742748 hue: 0.93 , saturation: 0.50 and the lightness value of 742748 is 0.30.

The process color (four color CMYK) of #742748 color hex is 0.00, 0.66, 0.38, 0.55. Web safe color of #742748 is #663333. Color #742748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 01001000
Octal 164 47 110
Decimal 116 39 72
Hex 74 27 48

RGB Percentages of Color #742748

%51.10
%17.18
%31.72

CMYK Percentages of Color #742748

%0
%66
%38
%55

Triadic Colors of #742748

#742748 #487427 #274874

Analogous Colors of #742748

#742748 #742d27 #74276f

Monochromatic Colors of #742748

#742748

Complementary Color

#742748 #277453

#742748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742748 Color CSS Codes

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

#742748 Text Font Color

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

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


#742748 Background Color

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

This div background color is #742748


#742748 Border Color

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

This div border color is #742748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742748


Comments

No comments written yet.

Please login to write comment.