Color Hex Logo

#735bbd Color Hex

#735BBD
(115,91,189)
0 Favorites   0 Comments

Color spaces of #735bbd

RGB 11591189
HSL0.710.430.55
HSV255°52°74°
CMYK 0.390.520.00   0.26
XYZ19.996614.801149.9471
Yxy14.80110.23600.1747
Hunter Lab38.472225.4522-50.0436
CIE-Lab45.360632.8931-48.4517

#735bbd color RGB value is (115,91,189).

#735bbd hex color red value is 115, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #735bbd hue: 0.71 , saturation: 0.43 and the lightness value of 735bbd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011011 10111101
Octal 163 133 275
Decimal 115 91 189
Hex 73 5B BD

RGB Percentages of Color #735bbd

%29.11
%23.04
%47.85

CMYK Percentages of Color #735bbd

%39
%52
%0
%26

Triadic Colors of #735bbd

#735bbd #bd735b #5bbd73

Analogous Colors of #735bbd

#735bbd #a45bbd #5b74bd

Monochromatic Colors of #735bbd

#735bbd

Complementary Color

#735bbd #a5bd5b

#735bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#735bbd Color CSS Codes

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

#735bbd Text Font Color

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

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


#735bbd Background Color

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

This div background color is #735bbd


#735bbd Border Color

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

This div border color is #735bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735bbd


Comments

No comments written yet.

Please login to write comment.