Color Hex Logo

#5155ef Color Hex

#5155EF
(81,85,239)
0 Favorites   0 Comments

Color spaces of #5155ef

RGB 8185239
HSL0.660.830.63
HSV238°66°94°
CMYK 0.660.640.00   0.06
XYZ22.221814.478383.2847
Yxy14.47830.18520.1207
Hunter Lab38.050437.6577-103.1388
CIE-Lab44.911245.4750-77.8883

#5155ef color RGB value is (81,85,239).

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

The process color (four color CMYK) of #5155ef color hex is 0.66, 0.64, 0.00, 0.06. Web safe color of #5155ef is #6666ff. Color #5155ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 11101111
Octal 121 125 357
Decimal 81 85 239
Hex 51 55 EF

RGB Percentages of Color #5155ef

%20.00
%20.99
%59.01

CMYK Percentages of Color #5155ef

%66
%64
%0
%6

Triadic Colors of #5155ef

#5155ef #ef5155 #55ef51

Analogous Colors of #5155ef

#5155ef #9c51ef #51a4ef

Monochromatic Colors of #5155ef

#5155ef

Complementary Color

#5155ef #efeb51

#5155ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5155ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5155ef Color CSS Codes

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

#5155ef Text Font Color

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

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


#5155ef Background Color

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

This div background color is #5155ef


#5155ef Border Color

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

This div border color is #5155ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,85,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5155ef


Comments

No comments written yet.

Please login to write comment.