Color Hex Logo

#736cbe Color Hex

#736CBE
(115,108,190)
0 Favorites   0 Comments

Color spaces of #736cbe

RGB 115108190
HSL0.680.390.58
HSV245°43°75°
CMYK 0.390.430.00   0.25
XYZ21.727118.087751.0613
Yxy18.08770.23910.1990
Hunter Lab42.529616.7634-41.4131
CIE-Lab49.602322.9519-42.2769

#736cbe color RGB value is (115,108,190).

#736cbe hex color red value is 115, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #736cbe hue: 0.68 , saturation: 0.39 and the lightness value of 736cbe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101100 10111110
Octal 163 154 276
Decimal 115 108 190
Hex 73 6C BE

RGB Percentages of Color #736cbe

%27.85
%26.15
%46.00

CMYK Percentages of Color #736cbe

%39
%43
%0
%25

Triadic Colors of #736cbe

#736cbe #be736c #6cbe73

Analogous Colors of #736cbe

#736cbe #9c6cbe #6c8ebe

Monochromatic Colors of #736cbe

#736cbe

Complementary Color

#736cbe #b7be6c

#736cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#736cbe Color CSS Codes

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

#736cbe Text Font Color

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

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


#736cbe Background Color

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

This div background color is #736cbe


#736cbe Border Color

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

This div border color is #736cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736cbe


Comments

No comments written yet.

Please login to write comment.