Color Hex Logo

#743588 Color Hex

#743588
(116,53,136)
0 Favorites   0 Comments

Color spaces of #743588

RGB 11653136
HSL0.790.440.37
HSV286°61°53°
CMYK 0.150.610.00   0.47
XYZ12.91958.036824.1629
Yxy8.03680.28630.1781
Hunter Lab28.349331.7360-30.6901
CIE-Lab34.059441.3091-34.7764

#743588 color RGB value is (116,53,136).

#743588 hex color red value is 116, green value is 53 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #743588 hue: 0.79 , saturation: 0.44 and the lightness value of 743588 is 0.37.

The process color (four color CMYK) of #743588 color hex is 0.15, 0.61, 0.00, 0.47. Web safe color of #743588 is #663399. Color #743588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 10001000
Octal 164 65 210
Decimal 116 53 136
Hex 74 35 88

RGB Percentages of Color #743588

%38.03
%17.38
%44.59

CMYK Percentages of Color #743588

%15
%61
%0
%47

Triadic Colors of #743588

#743588 #887435 #358874

Analogous Colors of #743588

#743588 #883573 #4b3588

Monochromatic Colors of #743588

#743588

Complementary Color

#743588 #498835

#743588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743588 Color CSS Codes

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

#743588 Text Font Color

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

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


#743588 Background Color

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

This div background color is #743588


#743588 Border Color

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

This div border color is #743588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743588


Comments

No comments written yet.

Please login to write comment.