Color Hex Logo

#754185 Color Hex

#754185
(117,65,133)
0 Favorites   0 Comments

Color spaces of #754185

RGB 11765133
HSL0.790.340.39
HSV286°51°52°
CMYK 0.120.510.00   0.48
XYZ13.46019.256023.2675
Yxy9.25600.29270.2013
Hunter Lab30.423725.7309-24.0474
CIE-Lab36.472634.4444-29.1012

#754185 color RGB value is (117,65,133).

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

The process color (four color CMYK) of #754185 color hex is 0.12, 0.51, 0.00, 0.48. Web safe color of #754185 is #663399. Color #754185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 10000101
Octal 165 101 205
Decimal 117 65 133
Hex 75 41 85

RGB Percentages of Color #754185

%37.14
%20.63
%42.22

CMYK Percentages of Color #754185

%12
%51
%0
%48

Triadic Colors of #754185

#754185 #857541 #418575

Analogous Colors of #754185

#754185 #854173 #534185

Monochromatic Colors of #754185

#754185

Complementary Color

#754185 #518541

#754185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754185 Color CSS Codes

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

#754185 Text Font Color

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

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


#754185 Background Color

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

This div background color is #754185


#754185 Border Color

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

This div border color is #754185


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,65,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754185


Comments

No comments written yet.

Please login to write comment.