Color Hex Logo

#515cff Color Hex

#515CFF
(81,92,255)
0 Favorites   0 Comments

Color spaces of #515cff

RGB 8192255
HSL0.661.000.66
HSV236°68°100°
CMYK 0.680.640.00   0.00
XYZ25.270516.623696.4845
Yxy16.62360.18260.1201
Hunter Lab40.772039.2831-111.7656
CIE-Lab47.782246.5871-82.1314

#515cff color RGB value is (81,92,255).

#515cff hex color red value is 81, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #515cff hue: 0.66 , saturation: 1.00 and the lightness value of 515cff is 0.66.

The process color (four color CMYK) of #515cff color hex is 0.68, 0.64, 0.00, 0.00. Web safe color of #515cff is #6666ff. Color #515cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011100 11111111
Octal 121 134 377
Decimal 81 92 255
Hex 51 5C FF

RGB Percentages of Color #515cff

%18.93
%21.50
%59.58

CMYK Percentages of Color #515cff

%68
%64
%0
%0

Triadic Colors of #515cff

#515cff #ff515c #5cff51

Analogous Colors of #515cff

#515cff #9d51ff #51b3ff

Monochromatic Colors of #515cff

#515cff

Complementary Color

#515cff #fff451

#515cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#515cff Color CSS Codes

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

#515cff Text Font Color

<p style="color:#515cff">Text here</p>

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


#515cff Background Color

<div style="background-color:#515cff">
Div content here</div>

This div background color is #515cff


#515cff Border Color

<div style="border:3px solid #515cff">
Div here</div>

This div border color is #515cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515cff

Related Colors


Comments

No comments written yet.

Please login to write comment.