Color Hex Logo

#754186 Color Hex

#754186
(117,65,134)
0 Favorites   0 Comments

Color spaces of #754186

RGB 11765134
HSL0.790.350.39
HSV285°51°53°
CMYK 0.130.510.00   0.47
XYZ13.52959.283723.6331
Yxy9.28370.29130.1999
Hunter Lab30.469225.9399-24.6593
CIE-Lab36.524934.6662-29.6341

#754186 color RGB value is (117,65,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 10000110
Octal 165 101 206
Decimal 117 65 134
Hex 75 41 86

RGB Percentages of Color #754186

%37.03
%20.57
%42.41

CMYK Percentages of Color #754186

%13
%51
%0
%47

Triadic Colors of #754186

#754186 #867541 #418675

Analogous Colors of #754186

#754186 #864175 #524186

Monochromatic Colors of #754186

#754186

Complementary Color

#754186 #528641

#754186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754186 Color CSS Codes

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

#754186 Text Font Color

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

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


#754186 Background Color

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

This div background color is #754186


#754186 Border Color

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

This div border color is #754186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754186


Comments

No comments written yet.

Please login to write comment.