Color Hex Logo

#735088 Color Hex

#735088
(115,80,136)
0 Favorites   0 Comments

Color spaces of #735088

RGB 11580136
HSL0.770.260.42
HSV278°41°53°
CMYK 0.150.410.00   0.47
XYZ14.382811.159724.6885
Yxy11.15970.28630.2222
Hunter Lab33.406118.3913-20.4334
CIE-Lab39.848225.7186-25.6675

#735088 color RGB value is (115,80,136).

#735088 hex color red value is 115, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #735088 hue: 0.77 , saturation: 0.26 and the lightness value of 735088 is 0.42.

The process color (four color CMYK) of #735088 color hex is 0.15, 0.41, 0.00, 0.47. Web safe color of #735088 is #666699. Color #735088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 10001000
Octal 163 120 210
Decimal 115 80 136
Hex 73 50 88

RGB Percentages of Color #735088

%34.74
%24.17
%41.09

CMYK Percentages of Color #735088

%15
%41
%0
%47

Triadic Colors of #735088

#735088 #887350 #508873

Analogous Colors of #735088

#735088 #885081 #575088

Monochromatic Colors of #735088

#735088

Complementary Color

#735088 #658850

#735088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735088 Color CSS Codes

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

#735088 Text Font Color

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

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


#735088 Background Color

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

This div background color is #735088


#735088 Border Color

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

This div border color is #735088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735088


Comments

No comments written yet.

Please login to write comment.