Color Hex Logo

#5155be Color Hex

#5155BE
(81,85,190)
0 Favorites   0 Comments

Color spaces of #5155be

RGB 8185190
HSL0.660.460.53
HSV238°57°75°
CMYK 0.570.550.00   0.25
XYZ15.936111.964050.1846
Yxy11.96400.20410.1532
Hunter Lab34.589021.7090-61.8105
CIE-Lab41.158829.3348-55.9402

#5155be color RGB value is (81,85,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 10111110
Octal 121 125 276
Decimal 81 85 190
Hex 51 55 BE

RGB Percentages of Color #5155be

%22.75
%23.88
%53.37

CMYK Percentages of Color #5155be

%57
%55
%0
%25

Triadic Colors of #5155be

#5155be #be5155 #55be51

Analogous Colors of #5155be

#5155be #8451be #518cbe

Monochromatic Colors of #5155be

#5155be

Complementary Color

#5155be #beba51

#5155be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5155be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5155be Color CSS Codes

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

#5155be Text Font Color

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

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


#5155be Background Color

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

This div background color is #5155be


#5155be Border Color

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

This div border color is #5155be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5155be


Comments

No comments written yet.

Please login to write comment.