Color Hex Logo

#745286 Color Hex

#745286
(116,82,134)
0 Favorites   0 Comments

Color spaces of #745286

RGB 11682134
HSL0.780.240.42
HSV279°39°53°
CMYK 0.130.390.00   0.47
XYZ14.522811.468824.0025
Yxy11.46880.29050.2294
Hunter Lab33.865617.2824-18.3163
CIE-Lab40.359124.3780-23.6464

#745286 color RGB value is (116,82,134).

#745286 hex color red value is 116, green value is 82 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #745286 hue: 0.78 , saturation: 0.24 and the lightness value of 745286 is 0.42.

The process color (four color CMYK) of #745286 color hex is 0.13, 0.39, 0.00, 0.47. Web safe color of #745286 is #666699. Color #745286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010010 10000110
Octal 164 122 206
Decimal 116 82 134
Hex 74 52 86

RGB Percentages of Color #745286

%34.94
%24.70
%40.36

CMYK Percentages of Color #745286

%13
%39
%0
%47

Triadic Colors of #745286

#745286 #867452 #528674

Analogous Colors of #745286

#745286 #86527e #5a5286

Monochromatic Colors of #745286

#745286

Complementary Color

#745286 #648652

#745286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745286 Color CSS Codes

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

#745286 Text Font Color

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

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


#745286 Background Color

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

This div background color is #745286


#745286 Border Color

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

This div border color is #745286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745286


Comments

No comments written yet.

Please login to write comment.