Color Hex Logo

#735ebf Color Hex

#735EBF
(115,94,191)
0 Favorites   0 Comments

Color spaces of #735ebf

RGB 11594191
HSL0.700.430.56
HSV253°51°75°
CMYK 0.400.510.00   0.25
XYZ20.476915.411851.1857
Yxy15.41180.23520.1770
Hunter Lab39.257924.4043-49.8238
CIE-Lab46.193131.6665-48.2809

#735ebf color RGB value is (115,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 10111111
Octal 163 136 277
Decimal 115 94 191
Hex 73 5E BF

RGB Percentages of Color #735ebf

%28.75
%23.50
%47.75

CMYK Percentages of Color #735ebf

%40
%51
%0
%25

Triadic Colors of #735ebf

#735ebf #bf735e #5ebf73

Analogous Colors of #735ebf

#735ebf #a45ebf #5e7abf

Monochromatic Colors of #735ebf

#735ebf

Complementary Color

#735ebf #aabf5e

#735ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ebf Color CSS Codes

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

#735ebf Text Font Color

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

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


#735ebf Background Color

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

This div background color is #735ebf


#735ebf Border Color

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

This div border color is #735ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ebf


Comments

No comments written yet.

Please login to write comment.