Color Hex Logo

#736abf Color Hex

#736ABF
(115,106,191)
0 Favorites   0 Comments

Color spaces of #736abf

RGB 115106191
HSL0.680.400.58
HSV246°45°75°
CMYK 0.400.450.00   0.25
XYZ21.628217.714551.5695
Yxy17.71450.23790.1949
Hunter Lab42.088618.0713-43.1837
CIE-Lab49.148024.4456-43.5740

#736abf color RGB value is (115,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101010 10111111
Octal 163 152 277
Decimal 115 106 191
Hex 73 6A BF

RGB Percentages of Color #736abf

%27.91
%25.73
%46.36

CMYK Percentages of Color #736abf

%40
%45
%0
%25

Triadic Colors of #736abf

#736abf #bf736a #6abf73

Analogous Colors of #736abf

#736abf #9e6abf #6a8cbf

Monochromatic Colors of #736abf

#736abf

Complementary Color

#736abf #b6bf6a

#736abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#736abf Color CSS Codes

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

#736abf Text Font Color

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

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


#736abf Background Color

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

This div background color is #736abf


#736abf Border Color

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

This div border color is #736abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736abf


Comments

No comments written yet.

Please login to write comment.