Color Hex Logo

#75759c Color Hex

#75759C
(117,117,156)
0 Favorites   0 Comments

Color spaces of #75759c

RGB 117117156
HSL0.670.160.54
HSV240°25°61°
CMYK 0.250.250.00   0.39
XYZ19.698218.904834.0633
Yxy18.90480.27110.2602
Hunter Lab43.47974.7790-16.0139
CIE-Lab50.57568.9277-20.9850

#75759c color RGB value is (117,117,156).

#75759c hex color red value is 117, green value is 117 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #75759c hue: 0.67 , saturation: 0.16 and the lightness value of 75759c is 0.54.

The process color (four color CMYK) of #75759c color hex is 0.25, 0.25, 0.00, 0.39. Web safe color of #75759c is #666699. Color #75759c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 10011100
Octal 165 165 234
Decimal 117 117 156
Hex 75 75 9C

RGB Percentages of Color #75759c

%30.00
%30.00
%40.00

CMYK Percentages of Color #75759c

%25
%25
%0
%39

Triadic Colors of #75759c

#75759c #9c7575 #759c75

Analogous Colors of #75759c

#75759c #89759c #75899c

Monochromatic Colors of #75759c

#75759c

Complementary Color

#75759c #9c9c75

#75759c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75759c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75759c Color CSS Codes

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

#75759c Text Font Color

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

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


#75759c Background Color

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

This div background color is #75759c


#75759c Border Color

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

This div border color is #75759c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75759c


Comments

No comments written yet.

Please login to write comment.