Color Hex Logo

#735190 Color Hex

#735190
(115,81,144)
0 Favorites   0 Comments

Color spaces of #735190

RGB 11581144
HSL0.760.280.44
HSV272°44°56°
CMYK 0.200.440.00   0.44
XYZ15.046711.543327.8206
Yxy11.54330.27650.2122
Hunter Lab33.975419.5953-24.7665
CIE-Lab40.480927.0295-29.5301

#735190 color RGB value is (115,81,144).

#735190 hex color red value is 115, green value is 81 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #735190 hue: 0.76 , saturation: 0.28 and the lightness value of 735190 is 0.44.

The process color (four color CMYK) of #735190 color hex is 0.20, 0.44, 0.00, 0.44. Web safe color of #735190 is #666699. Color #735190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010001 10010000
Octal 163 121 220
Decimal 115 81 144
Hex 73 51 90

RGB Percentages of Color #735190

%33.82
%23.82
%42.35

CMYK Percentages of Color #735190

%20
%44
%0
%44

Triadic Colors of #735190

#735190 #907351 #519073

Analogous Colors of #735190

#735190 #90518e #545190

Monochromatic Colors of #735190

#735190

Complementary Color

#735190 #6e9051

#735190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735190 Color CSS Codes

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

#735190 Text Font Color

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

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


#735190 Background Color

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

This div background color is #735190


#735190 Border Color

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

This div border color is #735190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735190


Comments

No comments written yet.

Please login to write comment.