Color Hex Logo

#736baf Color Hex

#736BAF
(115,107,175)
0 Favorites   0 Comments

Color spaces of #736baf

RGB 115107175
HSL0.690.300.55
HSV247°39°69°
CMYK 0.340.390.00   0.31
XYZ20.065817.255442.8305
Yxy17.25540.25030.2153
Hunter Lab41.539613.5305-32.0548
CIE-Lab48.580219.3578-35.1964

#736baf color RGB value is (115,107,175).

#736baf hex color red value is 115, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #736baf hue: 0.69 , saturation: 0.30 and the lightness value of 736baf is 0.55.

The process color (four color CMYK) of #736baf color hex is 0.34, 0.39, 0.00, 0.31. Web safe color of #736baf is #666699. Color #736baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101011 10101111
Octal 163 153 257
Decimal 115 107 175
Hex 73 6B AF

RGB Percentages of Color #736baf

%28.97
%26.95
%44.08

CMYK Percentages of Color #736baf

%34
%39
%0
%31

Triadic Colors of #736baf

#736baf #af736b #6baf73

Analogous Colors of #736baf

#736baf #956baf #6b85af

Monochromatic Colors of #736baf

#736baf

Complementary Color

#736baf #a7af6b

#736baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#736baf Color CSS Codes

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

#736baf Text Font Color

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

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


#736baf Background Color

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

This div background color is #736baf


#736baf Border Color

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

This div border color is #736baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736baf


Comments

No comments written yet.

Please login to write comment.