Color Hex Logo

#7185ba Color Hex

#7185BA
(113,133,186)
0 Favorites   0 Comments

Color spaces of #7185ba

RGB 113133186
HSL0.620.350.59
HSV224°39°73°
CMYK 0.390.280.00   0.27
XYZ24.060523.830949.7861
Yxy23.83090.24630.2440
Hunter Lab48.81692.5481-26.2953
CIE-Lab55.91816.3031-30.0832

#7185ba color RGB value is (113,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 10111010
Octal 161 205 272
Decimal 113 133 186
Hex 71 85 BA

RGB Percentages of Color #7185ba

%26.16
%30.79
%43.06

CMYK Percentages of Color #7185ba

%39
%28
%0
%27

Triadic Colors of #7185ba

#7185ba #ba7185 #85ba71

Analogous Colors of #7185ba

#7185ba #8271ba #71aaba

Monochromatic Colors of #7185ba

#7185ba

Complementary Color

#7185ba #baa671

#7185ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7185ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7185ba Color CSS Codes

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

#7185ba Text Font Color

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

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


#7185ba Background Color

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

This div background color is #7185ba


#7185ba Border Color

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

This div border color is #7185ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7185ba


Comments

No comments written yet.

Please login to write comment.