Color Hex Logo

#5157cd Color Hex

#5157CD
(81,87,205)
0 Favorites   0 Comments

Color spaces of #5157cd

RGB 8187205
HSL0.660.550.56
HSV237°60°80°
CMYK 0.600.580.00   0.20
XYZ17.821012.973559.3225
Yxy12.97350.19780.1440
Hunter Lab36.018725.2837-72.4369
CIE-Lab42.723333.0593-62.1019

#5157cd color RGB value is (81,87,205).

#5157cd hex color red value is 81, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5157cd hue: 0.66 , saturation: 0.55 and the lightness value of 5157cd is 0.56.

The process color (four color CMYK) of #5157cd color hex is 0.60, 0.58, 0.00, 0.20. Web safe color of #5157cd is #6666cc. Color #5157cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 11001101
Octal 121 127 315
Decimal 81 87 205
Hex 51 57 CD

RGB Percentages of Color #5157cd

%21.72
%23.32
%54.96

CMYK Percentages of Color #5157cd

%60
%58
%0
%20

Triadic Colors of #5157cd

#5157cd #cd5157 #57cd51

Analogous Colors of #5157cd

#5157cd #8951cd #5195cd

Monochromatic Colors of #5157cd

#5157cd

Complementary Color

#5157cd #cdc751

#5157cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5157cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5157cd Color CSS Codes

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

#5157cd Text Font Color

<p style="color:#5157cd">Text here</p>

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


#5157cd Background Color

<div style="background-color:#5157cd">
Div content here</div>

This div background color is #5157cd


#5157cd Border Color

<div style="border:3px solid #5157cd">
Div here</div>

This div border color is #5157cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,87,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5157cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5157cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5157cd;
  box-shadow:         1px 1px 3px 2px #5157cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5157cd


Comments

No comments written yet.

Please login to write comment.