Color Hex Logo

#736bc6 Color Hex

#736BC6
(115,107,198)
0 Favorites   0 Comments

Color spaces of #736bc6

RGB 115107198
HSL0.680.440.60
HSV245°46°78°
CMYK 0.420.460.00   0.22
XYZ22.521018.237455.7593
Yxy18.23740.23330.1890
Hunter Lab42.705319.3993-47.5199
CIE-Lab49.782825.8531-46.5921

#736bc6 color RGB value is (115,107,198).

#736bc6 hex color red value is 115, green value is 107 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #736bc6 hue: 0.68 , saturation: 0.44 and the lightness value of 736bc6 is 0.60.

The process color (four color CMYK) of #736bc6 color hex is 0.42, 0.46, 0.00, 0.22. Web safe color of #736bc6 is #6666cc. Color #736bc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101011 11000110
Octal 163 153 306
Decimal 115 107 198
Hex 73 6B C6

RGB Percentages of Color #736bc6

%27.38
%25.48
%47.14

CMYK Percentages of Color #736bc6

%42
%46
%0
%22

Triadic Colors of #736bc6

#736bc6 #c6736b #6bc673

Analogous Colors of #736bc6

#736bc6 #a16bc6 #6b91c6

Monochromatic Colors of #736bc6

#736bc6

Complementary Color

#736bc6 #bec66b

#736bc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736bc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736bc6 Color CSS Codes

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

#736bc6 Text Font Color

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

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


#736bc6 Background Color

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

This div background color is #736bc6


#736bc6 Border Color

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

This div border color is #736bc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736bc6


Comments

No comments written yet.

Please login to write comment.