Color Hex Logo

#742987 Color Hex

#742987
(116,41,135)
0 Favorites   0 Comments

Color spaces of #742987

RGB 11641135
HSL0.800.530.35
HSV288°70°53°
CMYK 0.140.700.00   0.47
XYZ12.36867.048123.6302
Yxy7.04810.28730.1637
Hunter Lab26.548336.7021-34.1893
CIE-Lab31.916246.8400-37.5752

#742987 color RGB value is (116,41,135).

#742987 hex color red value is 116, green value is 41 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #742987 hue: 0.80 , saturation: 0.53 and the lightness value of 742987 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 10000111
Octal 164 51 207
Decimal 116 41 135
Hex 74 29 87

RGB Percentages of Color #742987

%39.73
%14.04
%46.23

CMYK Percentages of Color #742987

%14
%70
%0
%47

Triadic Colors of #742987

#742987 #877429 #298774

Analogous Colors of #742987

#742987 #87296b #452987

Monochromatic Colors of #742987

#742987

Complementary Color

#742987 #3c8729

#742987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742987 Color CSS Codes

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

#742987 Text Font Color

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

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


#742987 Background Color

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

This div background color is #742987


#742987 Border Color

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

This div border color is #742987


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,41,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 #742987">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742987


Comments

No comments written yet.

Please login to write comment.