Color Hex Logo

#755098 Color Hex

#755098
(117,80,152)
0 Favorites   0 Comments

Color spaces of #755098

RGB 11780152
HSL0.750.310.45
HSV271°47°60°
CMYK 0.230.470.00   0.40
XYZ15.872311.786231.1442
Yxy11.78620.26990.2004
Hunter Lab34.331022.4468-29.7546
CIE-Lab40.874330.1930-33.7167

#755098 color RGB value is (117,80,152).

#755098 hex color red value is 117, green value is 80 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #755098 hue: 0.75 , saturation: 0.31 and the lightness value of 755098 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 10011000
Octal 165 120 230
Decimal 117 80 152
Hex 75 50 98

RGB Percentages of Color #755098

%33.52
%22.92
%43.55

CMYK Percentages of Color #755098

%23
%47
%0
%40

Triadic Colors of #755098

#755098 #987550 #509875

Analogous Colors of #755098

#755098 #985097 #515098

Monochromatic Colors of #755098

#755098

Complementary Color

#755098 #739850

#755098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755098 Color CSS Codes

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

#755098 Text Font Color

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

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


#755098 Background Color

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

This div background color is #755098


#755098 Border Color

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

This div border color is #755098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755098


Comments

No comments written yet.

Please login to write comment.