Color Hex Logo

#735abb Color Hex

#735ABB
(115,90,187)
0 Favorites   0 Comments

Color spaces of #735abb

RGB 11590187
HSL0.710.420.54
HSV255°52°73°
CMYK 0.390.520.00   0.27
XYZ19.696014.545048.7831
Yxy14.54500.23720.1752
Hunter Lab38.137925.4435-49.1427
CIE-Lab45.004632.9298-47.8578

#735abb color RGB value is (115,90,187).

#735abb hex color red value is 115, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #735abb hue: 0.71 , saturation: 0.42 and the lightness value of 735abb is 0.54.

The process color (four color CMYK) of #735abb color hex is 0.39, 0.52, 0.00, 0.27. Web safe color of #735abb is #6666cc. Color #735abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 10111011
Octal 163 132 273
Decimal 115 90 187
Hex 73 5A BB

RGB Percentages of Color #735abb

%29.34
%22.96
%47.70

CMYK Percentages of Color #735abb

%39
%52
%0
%27

Triadic Colors of #735abb

#735abb #bb735a #5abb73

Analogous Colors of #735abb

#735abb #a45abb #5a72bb

Monochromatic Colors of #735abb

#735abb

Complementary Color

#735abb #a2bb5a

#735abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#735abb Color CSS Codes

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

#735abb Text Font Color

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

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


#735abb Background Color

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

This div background color is #735abb


#735abb Border Color

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

This div border color is #735abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,90,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735abb;
  -webkit-box-shadow: 1px 1px 3px 2px #735abb;
  box-shadow:         1px 1px 3px 2px #735abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735abb


Comments

No comments written yet.

Please login to write comment.