Color Hex Logo

#735587 Color Hex

#735587
(115,85,135)
0 Favorites   0 Comments

Color spaces of #735587

RGB 11585135
HSL0.770.230.43
HSV276°37°53°
CMYK 0.150.370.00   0.47
XYZ14.691911.891124.4425
Yxy11.89110.28790.2330
Hunter Lab34.483515.7050-17.8874
CIE-Lab41.042522.4657-23.2018

#735587 color RGB value is (115,85,135).

#735587 hex color red value is 115, green value is 85 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #735587 hue: 0.77 , saturation: 0.23 and the lightness value of 735587 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 10000111
Octal 163 125 207
Decimal 115 85 135
Hex 73 55 87

RGB Percentages of Color #735587

%34.33
%25.37
%40.30

CMYK Percentages of Color #735587

%15
%37
%0
%47

Triadic Colors of #735587

#735587 #877355 #558773

Analogous Colors of #735587

#735587 #875582 #5a5587

Monochromatic Colors of #735587

#735587

Complementary Color

#735587 #698755

#735587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735587 Color CSS Codes

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

#735587 Text Font Color

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

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


#735587 Background Color

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

This div background color is #735587


#735587 Border Color

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

This div border color is #735587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735587


Comments

No comments written yet.

Please login to write comment.