Color Hex Logo

#735ebe Color Hex

#735EBE
(115,94,190)
0 Favorites   0 Comments

Color spaces of #735ebe

RGB 11594190
HSL0.700.420.56
HSV253°51°75°
CMYK 0.390.510.00   0.25
XYZ20.367215.368050.6080
Yxy15.36800.23590.1780
Hunter Lab39.202024.1351-49.0992
CIE-Lab46.134231.3845-47.7953

#735ebe color RGB value is (115,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 10111110
Octal 163 136 276
Decimal 115 94 190
Hex 73 5E BE

RGB Percentages of Color #735ebe

%28.82
%23.56
%47.62

CMYK Percentages of Color #735ebe

%39
%51
%0
%25

Triadic Colors of #735ebe

#735ebe #be735e #5ebe73

Analogous Colors of #735ebe

#735ebe #a35ebe #5e79be

Monochromatic Colors of #735ebe

#735ebe

Complementary Color

#735ebe #a9be5e

#735ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ebe Color CSS Codes

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

#735ebe Text Font Color

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

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


#735ebe Background Color

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

This div background color is #735ebe


#735ebe Border Color

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

This div border color is #735ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ebe


Comments

No comments written yet.

Please login to write comment.