Color Hex Logo

#7385ba Color Hex

#7385BA
(115,133,186)
0 Favorites   0 Comments

Color spaces of #7385ba

RGB 115133186
HSL0.620.340.59
HSV225°38°73°
CMYK 0.380.280.00   0.27
XYZ24.320723.965149.7983
Yxy23.96510.24800.2443
Hunter Lab48.95423.0100-26.0444
CIE-Lab56.05286.8584-29.8635

#7385ba color RGB value is (115,133,186).

#7385ba hex color red value is 115, green value is 133 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7385ba hue: 0.62 , saturation: 0.34 and the lightness value of 7385ba is 0.59.

The process color (four color CMYK) of #7385ba color hex is 0.38, 0.28, 0.00, 0.27. Web safe color of #7385ba is #6699cc. Color #7385ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10111010
Octal 163 205 272
Decimal 115 133 186
Hex 73 85 BA

RGB Percentages of Color #7385ba

%26.50
%30.65
%42.86

CMYK Percentages of Color #7385ba

%38
%28
%0
%27

Triadic Colors of #7385ba

#7385ba #ba7385 #85ba73

Analogous Colors of #7385ba

#7385ba #8573ba #73a9ba

Monochromatic Colors of #7385ba

#7385ba

Complementary Color

#7385ba #baa873

#7385ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7385ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7385ba Color CSS Codes

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

#7385ba Text Font Color

<p style="color:#7385ba">Text here</p>

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


#7385ba Background Color

<div style="background-color:#7385ba">
Div content here</div>

This div background color is #7385ba


#7385ba Border Color

<div style="border:3px solid #7385ba">
Div here</div>

This div border color is #7385ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7385ba


Comments

No comments written yet.

Please login to write comment.