Color Hex Logo

#755f93 Color Hex

#755F93
(117,95,147)
0 Favorites   0 Comments

Color spaces of #755f93

RGB 11795147
HSL0.740.210.47
HSV265°35°58°
CMYK 0.200.350.00   0.42
XYZ16.694814.072929.4402
Yxy14.07290.27730.2337
Hunter Lab37.513913.7886-20.2700
CIE-Lab44.337319.9424-25.2975

#755f93 color RGB value is (117,95,147).

#755f93 hex color red value is 117, green value is 95 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #755f93 hue: 0.74 , saturation: 0.21 and the lightness value of 755f93 is 0.47.

The process color (four color CMYK) of #755f93 color hex is 0.20, 0.35, 0.00, 0.42. Web safe color of #755f93 is #666699. Color #755f93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011111 10010011
Octal 165 137 223
Decimal 117 95 147
Hex 75 5F 93

RGB Percentages of Color #755f93

%32.59
%26.46
%40.95

CMYK Percentages of Color #755f93

%20
%35
%0
%42

Triadic Colors of #755f93

#755f93 #93755f #5f9375

Analogous Colors of #755f93

#755f93 #8f5f93 #5f6393

Monochromatic Colors of #755f93

#755f93

Complementary Color

#755f93 #7d935f

#755f93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755f93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755f93 Color CSS Codes

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

#755f93 Text Font Color

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

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


#755f93 Background Color

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

This div background color is #755f93


#755f93 Border Color

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

This div border color is #755f93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,95,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755f93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755f93;
  -webkit-box-shadow: 1px 1px 3px 2px #755f93;
  box-shadow:         1px 1px 3px 2px #755f93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755f93


Comments

No comments written yet.

Please login to write comment.