Color Hex Logo

#5135ff Color Hex

#5135FF
(81,53,255)
0 Favorites   0 Comments

Color spaces of #5135ff

RGB 8153255
HSL0.691.000.60
HSV248°79°100°
CMYK 0.680.790.00   0.00
XYZ22.716411.515595.6332
Yxy11.51550.17490.0887
Hunter Lab33.934560.1059-143.3352
CIE-Lab40.435567.0355-94.2316

#5135ff color RGB value is (81,53,255).

#5135ff hex color red value is 81, green value is 53 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5135ff hue: 0.69 , saturation: 1.00 and the lightness value of 5135ff is 0.60.

The process color (four color CMYK) of #5135ff color hex is 0.68, 0.79, 0.00, 0.00. Web safe color of #5135ff is #6633ff. Color #5135ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 11111111
Octal 121 65 377
Decimal 81 53 255
Hex 51 35 FF

RGB Percentages of Color #5135ff

%20.82
%13.62
%65.55

CMYK Percentages of Color #5135ff

%68
%79
%0
%0

Triadic Colors of #5135ff

#5135ff #ff5135 #35ff51

Analogous Colors of #5135ff

#5135ff #b635ff #357eff

Monochromatic Colors of #5135ff

#5135ff

Complementary Color

#5135ff #e3ff35

#5135ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5135ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5135ff Color CSS Codes

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

#5135ff Text Font Color

<p style="color:#5135ff">Text here</p>

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


#5135ff Background Color

<div style="background-color:#5135ff">
Div content here</div>

This div background color is #5135ff


#5135ff Border Color

<div style="border:3px solid #5135ff">
Div here</div>

This div border color is #5135ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,53,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5135ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5135ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5135ff;
  box-shadow:         1px 1px 3px 2px #5135ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5135ff

Related Colors


Comments

No comments written yet.

Please login to write comment.