Color Hex Logo

#5175be Color Hex

#5175BE
(81,117,190)
0 Favorites   0 Comments

Color spaces of #5175be

RGB 81117190
HSL0.610.460.53
HSV220°57°75°
CMYK 0.570.380.00   0.25
XYZ19.048918.189651.2222
Yxy18.18960.21530.2056
Hunter Lab42.64935.0892-41.3534
CIE-Lab49.72539.3056-42.2280

#5175be color RGB value is (81,117,190).

#5175be hex color red value is 81, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5175be hue: 0.61 , saturation: 0.46 and the lightness value of 5175be is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 10111110
Octal 121 165 276
Decimal 81 117 190
Hex 51 75 BE

RGB Percentages of Color #5175be

%20.88
%30.15
%48.97

CMYK Percentages of Color #5175be

%57
%38
%0
%25

Triadic Colors of #5175be

#5175be #be5175 #75be51

Analogous Colors of #5175be

#5175be #6351be #51acbe

Monochromatic Colors of #5175be

#5175be

Complementary Color

#5175be #be9a51

#5175be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5175be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5175be Color CSS Codes

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

#5175be Text Font Color

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

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


#5175be Background Color

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

This div background color is #5175be


#5175be Border Color

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

This div border color is #5175be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5175be


Comments

No comments written yet.

Please login to write comment.