Color Hex Logo

#736aba Color Hex

#736ABA
(115,106,186)
0 Favorites   0 Comments

Color spaces of #736aba

RGB 115106186
HSL0.690.370.57
HSV247°43°73°
CMYK 0.380.430.00   0.27
XYZ21.087217.498148.7204
Yxy17.49810.24150.2004
Hunter Lab41.830716.7795-39.7738
CIE-Lab48.881623.0270-41.1077

#736aba color RGB value is (115,106,186).

#736aba hex color red value is 115, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #736aba hue: 0.69 , saturation: 0.37 and the lightness value of 736aba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101010 10111010
Octal 163 152 272
Decimal 115 106 186
Hex 73 6A BA

RGB Percentages of Color #736aba

%28.26
%26.04
%45.70

CMYK Percentages of Color #736aba

%38
%43
%0
%27

Triadic Colors of #736aba

#736aba #ba736a #6aba73

Analogous Colors of #736aba

#736aba #9b6aba #6a89ba

Monochromatic Colors of #736aba

#736aba

Complementary Color

#736aba #b1ba6a

#736aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#736aba Color CSS Codes

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

#736aba Text Font Color

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

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


#736aba Background Color

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

This div background color is #736aba


#736aba Border Color

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

This div border color is #736aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736aba


Comments

No comments written yet.

Please login to write comment.