Color Hex Logo

#754187 Color Hex

#754187
(117,65,135)
0 Favorites   0 Comments

Color spaces of #754187

RGB 11765135
HSL0.790.350.39
HSV285°52°53°
CMYK 0.130.520.00   0.47
XYZ13.59969.311824.0022
Yxy9.31180.28990.1985
Hunter Lab30.515226.1497-25.2747
CIE-Lab36.577834.8881-30.1653

#754187 color RGB value is (117,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 10000111
Octal 165 101 207
Decimal 117 65 135
Hex 75 41 87

RGB Percentages of Color #754187

%36.91
%20.50
%42.59

CMYK Percentages of Color #754187

%13
%52
%0
%47

Triadic Colors of #754187

#754187 #877541 #418775

Analogous Colors of #754187

#754187 #874176 #524187

Monochromatic Colors of #754187

#754187

Complementary Color

#754187 #538741

#754187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754187 Color CSS Codes

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

#754187 Text Font Color

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

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


#754187 Background Color

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

This div background color is #754187


#754187 Border Color

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

This div border color is #754187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754187


Comments

No comments written yet.

Please login to write comment.