Color Hex Logo

#515ded Color Hex

#515DED
(81,93,237)
0 Favorites   0 Comments

Color spaces of #515ded

RGB 8193237
HSL0.650.810.62
HSV235°66°93°
CMYK 0.660.610.00   0.07
XYZ22.593815.692581.9589
Yxy15.69250.18790.1305
Hunter Lab39.613832.4838-94.9384
CIE-Lab46.568440.0411-74.0552

#515ded color RGB value is (81,93,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 11101101
Octal 121 135 355
Decimal 81 93 237
Hex 51 5D ED

RGB Percentages of Color #515ded

%19.71
%22.63
%57.66

CMYK Percentages of Color #515ded

%66
%61
%0
%7

Triadic Colors of #515ded

#515ded #ed515d #5ded51

Analogous Colors of #515ded

#515ded #9351ed #51abed

Monochromatic Colors of #515ded

#515ded

Complementary Color

#515ded #ede151

#515ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ded Color CSS Codes

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

#515ded Text Font Color

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

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


#515ded Background Color

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

This div background color is #515ded


#515ded Border Color

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

This div border color is #515ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ded


Comments

No comments written yet.

Please login to write comment.