Color Hex Logo

#735ebb Color Hex

#735EBB
(115,94,187)
0 Favorites   0 Comments

Color spaces of #735ebb

RGB 11594187
HSL0.700.410.55
HSV254°50°73°
CMYK 0.390.500.00   0.27
XYZ20.042615.238148.8986
Yxy15.23810.23810.1810
Hunter Lab39.036023.3358-46.9446
CIE-Lab45.958630.5432-46.3337

#735ebb color RGB value is (115,94,187).

#735ebb hex color red value is 115, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #735ebb hue: 0.70 , saturation: 0.41 and the lightness value of 735ebb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 10111011
Octal 163 136 273
Decimal 115 94 187
Hex 73 5E BB

RGB Percentages of Color #735ebb

%29.04
%23.74
%47.22

CMYK Percentages of Color #735ebb

%39
%50
%0
%27

Triadic Colors of #735ebb

#735ebb #bb735e #5ebb73

Analogous Colors of #735ebb

#735ebb #a25ebb #5e78bb

Monochromatic Colors of #735ebb

#735ebb

Complementary Color

#735ebb #a6bb5e

#735ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ebb Color CSS Codes

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

#735ebb Text Font Color

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

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


#735ebb Background Color

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

This div background color is #735ebb


#735ebb Border Color

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

This div border color is #735ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,94,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 #735ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ebb


Comments

No comments written yet.

Please login to write comment.