Color Hex Logo

#515ced Color Hex

#515CED
(81,92,237)
0 Favorites   0 Comments

Color spaces of #515ced

RGB 8192237
HSL0.650.810.62
HSV236°66°93°
CMYK 0.660.610.00   0.07
XYZ22.506515.518081.9298
Yxy15.51800.18760.1294
Hunter Lab39.392933.0456-95.7370
CIE-Lab46.335740.6450-74.4350

#515ced color RGB value is (81,92,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011100 11101101
Octal 121 134 355
Decimal 81 92 237
Hex 51 5C ED

RGB Percentages of Color #515ced

%19.76
%22.44
%57.80

CMYK Percentages of Color #515ced

%66
%61
%0
%7

Triadic Colors of #515ced

#515ced #ed515c #5ced51

Analogous Colors of #515ced

#515ced #9451ed #51aaed

Monochromatic Colors of #515ced

#515ced

Complementary Color

#515ced #ede251

#515ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#515ced Color CSS Codes

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

#515ced Text Font Color

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

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


#515ced Background Color

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

This div background color is #515ced


#515ced Border Color

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

This div border color is #515ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515ced


Comments

No comments written yet.

Please login to write comment.