Color Hex Logo

#7175be Color Hex

#7175BE
(113,117,190)
0 Favorites   0 Comments

Color spaces of #7175be

RGB 113117190
HSL0.660.370.59
HSV237°41°75°
CMYK 0.410.380.00   0.25
XYZ22.465619.951051.3821
Yxy19.95100.23950.2127
Hunter Lab44.666511.6124-36.9376
CIE-Lab51.781816.9829-38.8440

#7175be color RGB value is (113,117,190).

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

The process color (four color CMYK) of #7175be color hex is 0.41, 0.38, 0.00, 0.25. Web safe color of #7175be is #6666cc. Color #7175be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 10111110
Octal 161 165 276
Decimal 113 117 190
Hex 71 75 BE

RGB Percentages of Color #7175be

%26.90
%27.86
%45.24

CMYK Percentages of Color #7175be

%41
%38
%0
%25

Triadic Colors of #7175be

#7175be #be7175 #75be71

Analogous Colors of #7175be

#7175be #9471be #719cbe

Monochromatic Colors of #7175be

#7175be

Complementary Color

#7175be #beba71

#7175be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7175be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7175be Color CSS Codes

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

#7175be Text Font Color

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

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


#7175be Background Color

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

This div background color is #7175be


#7175be Border Color

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

This div border color is #7175be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,117,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7175be


Comments

No comments written yet.

Please login to write comment.