Color Hex Logo

#515fed Color Hex

#515FED
(81,95,237)
0 Favorites   0 Comments

Color spaces of #515fed

RGB 8195237
HSL0.650.810.62
HSV235°66°93°
CMYK 0.660.600.00   0.07
XYZ22.771616.048282.0182
Yxy16.04820.18840.1328
Hunter Lab40.060231.3602-93.3466
CIE-Lab47.037738.8289-73.2901

#515fed color RGB value is (81,95,237).

#515fed hex color red value is 81, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #515fed hue: 0.65 , saturation: 0.81 and the lightness value of 515fed is 0.62.

The process color (four color CMYK) of #515fed color hex is 0.66, 0.60, 0.00, 0.07. Web safe color of #515fed is #6666ff. Color #515fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 11101101
Octal 121 137 355
Decimal 81 95 237
Hex 51 5F ED

RGB Percentages of Color #515fed

%19.61
%23.00
%57.38

CMYK Percentages of Color #515fed

%66
%60
%0
%7

Triadic Colors of #515fed

#515fed #ed515f #5fed51

Analogous Colors of #515fed

#515fed #9151ed #51aded

Monochromatic Colors of #515fed

#515fed

Complementary Color

#515fed #eddf51

#515fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fed Color CSS Codes

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

#515fed Text Font Color

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

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


#515fed Background Color

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

This div background color is #515fed


#515fed Border Color

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

This div border color is #515fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fed


Comments

No comments written yet.

Please login to write comment.