Color Hex Logo

#7386b5 Color Hex

#7386B5
(115,134,181)
0 Favorites   0 Comments

Color spaces of #7386b5

RGB 115134181
HSL0.620.310.58
HSV223°36°71°
CMYK 0.360.260.00   0.29
XYZ23.935824.031247.0930
Yxy24.03120.25180.2528
Hunter Lab49.02161.3684-22.6423
CIE-Lab56.11904.8896-26.9069

#7386b5 color RGB value is (115,134,181).

#7386b5 hex color red value is 115, green value is 134 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7386b5 hue: 0.62 , saturation: 0.31 and the lightness value of 7386b5 is 0.58.

The process color (four color CMYK) of #7386b5 color hex is 0.36, 0.26, 0.00, 0.29. Web safe color of #7386b5 is #6699cc. Color #7386b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000110 10110101
Octal 163 206 265
Decimal 115 134 181
Hex 73 86 B5

RGB Percentages of Color #7386b5

%26.74
%31.16
%42.09

CMYK Percentages of Color #7386b5

%36
%26
%0
%29

Triadic Colors of #7386b5

#7386b5 #b57386 #86b573

Analogous Colors of #7386b5

#7386b5 #8173b5 #73a7b5

Monochromatic Colors of #7386b5

#7386b5

Complementary Color

#7386b5 #b5a273

#7386b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7386b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7386b5 Color CSS Codes

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

#7386b5 Text Font Color

<p style="color:#7386b5">Text here</p>

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


#7386b5 Background Color

<div style="background-color:#7386b5">
Div content here</div>

This div background color is #7386b5


#7386b5 Border Color

<div style="border:3px solid #7386b5">
Div here</div>

This div border color is #7386b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,134,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7386b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7386b5;
  -webkit-box-shadow: 1px 1px 3px 2px #7386b5;
  box-shadow:         1px 1px 3px 2px #7386b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7386b5


Comments

No comments written yet.

Please login to write comment.