Color Hex Logo

#743587 Color Hex

#743587
(116,53,135)
0 Favorites   0 Comments

Color spaces of #743587

RGB 11653135
HSL0.790.440.37
HSV286°61°53°
CMYK 0.140.610.00   0.47
XYZ12.84878.008523.7903
Yxy8.00850.28780.1794
Hunter Lab28.299331.5204-30.0337
CIE-Lab34.000641.0922-34.2522

#743587 color RGB value is (116,53,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 10000111
Octal 164 65 207
Decimal 116 53 135
Hex 74 35 87

RGB Percentages of Color #743587

%38.16
%17.43
%44.41

CMYK Percentages of Color #743587

%14
%61
%0
%47

Triadic Colors of #743587

#743587 #877435 #358774

Analogous Colors of #743587

#743587 #873571 #4b3587

Monochromatic Colors of #743587

#743587

Complementary Color

#743587 #488735

#743587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743587 Color CSS Codes

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

#743587 Text Font Color

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

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


#743587 Background Color

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

This div background color is #743587


#743587 Border Color

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

This div border color is #743587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743587


Comments

No comments written yet.

Please login to write comment.