Color Hex Logo

#755086 Color Hex

#755086
(117,80,134)
0 Favorites   0 Comments

Color spaces of #755086

RGB 11780134
HSL0.780.250.42
HSV281°40°53°
CMYK 0.130.400.00   0.47
XYZ14.507911.240523.9592
Yxy11.24050.29190.2261
Hunter Lab33.526918.5694-18.9014
CIE-Lab39.982625.9093-24.2228

#755086 color RGB value is (117,80,134).

#755086 hex color red value is 117, green value is 80 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #755086 hue: 0.78 , saturation: 0.25 and the lightness value of 755086 is 0.42.

The process color (four color CMYK) of #755086 color hex is 0.13, 0.40, 0.00, 0.47. Web safe color of #755086 is #666699. Color #755086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 10000110
Octal 165 120 206
Decimal 117 80 134
Hex 75 50 86

RGB Percentages of Color #755086

%35.35
%24.17
%40.48

CMYK Percentages of Color #755086

%13
%40
%0
%47

Triadic Colors of #755086

#755086 #867550 #508675

Analogous Colors of #755086

#755086 #86507c #5a5086

Monochromatic Colors of #755086

#755086

Complementary Color

#755086 #618650

#755086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755086 Color CSS Codes

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

#755086 Text Font Color

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

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


#755086 Background Color

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

This div background color is #755086


#755086 Border Color

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

This div border color is #755086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755086


Comments

No comments written yet.

Please login to write comment.