Color Hex Logo

#7175ba Color Hex

#7175BA
(113,117,186)
0 Favorites   0 Comments

Color spaces of #7175ba

RGB 113117186
HSL0.660.350.59
HSV237°39°73°
CMYK 0.390.370.00   0.27
XYZ22.034319.778549.1107
Yxy19.77850.24230.2175
Hunter Lab44.473010.6106-34.3417
CIE-Lab51.585815.8362-36.8527

#7175ba color RGB value is (113,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 10111010
Octal 161 165 272
Decimal 113 117 186
Hex 71 75 BA

RGB Percentages of Color #7175ba

%27.16
%28.13
%44.71

CMYK Percentages of Color #7175ba

%39
%37
%0
%27

Triadic Colors of #7175ba

#7175ba #ba7175 #75ba71

Analogous Colors of #7175ba

#7175ba #9271ba #719aba

Monochromatic Colors of #7175ba

#7175ba

Complementary Color

#7175ba #bab671

#7175ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7175ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7175ba Color CSS Codes

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

#7175ba Text Font Color

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

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


#7175ba Background Color

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

This div background color is #7175ba


#7175ba Border Color

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

This div border color is #7175ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7175ba


Comments

No comments written yet.

Please login to write comment.