Color Hex Logo

#736feb Color Hex

#736FEB
(115,111,235)
0 Favorites   0 Comments

Color spaces of #736feb

RGB 115111235
HSL0.670.760.68
HSV242°53°92°
CMYK 0.510.530.00   0.08
XYZ27.750121.011981.1904
Yxy21.01190.21350.1617
Hunter Lab45.838727.8435-72.9284
CIE-Lab52.962534.4477-62.4605

#736feb color RGB value is (115,111,235).

#736feb hex color red value is 115, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #736feb hue: 0.67 , saturation: 0.76 and the lightness value of 736feb is 0.68.

The process color (four color CMYK) of #736feb color hex is 0.51, 0.53, 0.00, 0.08. Web safe color of #736feb is #6666ff. Color #736feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101111 11101011
Octal 163 157 353
Decimal 115 111 235
Hex 73 6F EB

RGB Percentages of Color #736feb

%24.95
%24.08
%50.98

CMYK Percentages of Color #736feb

%51
%53
%0
%8

Triadic Colors of #736feb

#736feb #eb736f #6feb73

Analogous Colors of #736feb

#736feb #b16feb #6fa9eb

Monochromatic Colors of #736feb

#736feb

Complementary Color

#736feb #e7eb6f

#736feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#736feb Color CSS Codes

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

#736feb Text Font Color

<p style="color:#736feb">Text here</p>

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


#736feb Background Color

<div style="background-color:#736feb">
Div content here</div>

This div background color is #736feb


#736feb Border Color

<div style="border:3px solid #736feb">
Div here</div>

This div border color is #736feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,111,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736feb;
  -webkit-box-shadow: 1px 1px 3px 2px #736feb;
  box-shadow:         1px 1px 3px 2px #736feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736feb


Comments

No comments written yet.

Please login to write comment.