Color Hex Logo

#754486 Color Hex

#754486
(117,68,134)
0 Favorites   0 Comments

Color spaces of #754486

RGB 11768134
HSL0.790.330.40
HSV285°49°53°
CMYK 0.130.490.00   0.47
XYZ13.70639.637423.6921
Yxy9.63740.29140.2049
Hunter Lab31.044224.4822-23.5177
CIE-Lab37.183632.9590-28.5982

#754486 color RGB value is (117,68,134).

#754486 hex color red value is 117, green value is 68 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #754486 hue: 0.79 , saturation: 0.33 and the lightness value of 754486 is 0.40.

The process color (four color CMYK) of #754486 color hex is 0.13, 0.49, 0.00, 0.47. Web safe color of #754486 is #663399. Color #754486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000100 10000110
Octal 165 104 206
Decimal 117 68 134
Hex 75 44 86

RGB Percentages of Color #754486

%36.68
%21.32
%42.01

CMYK Percentages of Color #754486

%13
%49
%0
%47

Triadic Colors of #754486

#754486 #867544 #448675

Analogous Colors of #754486

#754486 #864476 #544486

Monochromatic Colors of #754486

#754486

Complementary Color

#754486 #558644

#754486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754486 Color CSS Codes

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

#754486 Text Font Color

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

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


#754486 Background Color

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

This div background color is #754486


#754486 Border Color

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

This div border color is #754486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754486

#754486 Color Palettes


Comments

No comments written yet.

Please login to write comment.