Color Hex Logo

#742558 Color Hex

#742558
(116,37,88)
0 Favorites   0 Comments

Color spaces of #742558

RGB 1163788
HSL0.890.520.30
HSV321°68°45°
CMYK 0.000.680.24   0.55
XYZ9.62555.74079.8333
Yxy5.74070.38200.2278
Hunter Lab23.959829.7803-7.5613
CIE-Lab28.748640.1765-12.5783

#742558 color RGB value is (116,37,88).

#742558 hex color red value is 116, green value is 37 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #742558 hue: 0.89 , saturation: 0.52 and the lightness value of 742558 is 0.30.

The process color (four color CMYK) of #742558 color hex is 0.00, 0.68, 0.24, 0.55. Web safe color of #742558 is #663366. Color #742558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 01011000
Octal 164 45 130
Decimal 116 37 88
Hex 74 25 58

RGB Percentages of Color #742558

%48.13
%15.35
%36.51

CMYK Percentages of Color #742558

%0
%68
%24
%55

Triadic Colors of #742558

#742558 #587425 #255874

Analogous Colors of #742558

#742558 #742531 #692574

Monochromatic Colors of #742558

#742558

Complementary Color

#742558 #257441

#742558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742558 Color CSS Codes

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

#742558 Text Font Color

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

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


#742558 Background Color

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

This div background color is #742558


#742558 Border Color

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

This div border color is #742558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742558


Comments

No comments written yet.

Please login to write comment.