Color Hex Logo

#5716cd Color Hex

#5716CD
(87,22,205)
0 Favorites   0 Comments

Color spaces of #5716cd

RGB 8722205
HSL0.730.810.45
HSV261°89°80°
CMYK 0.580.890.00   0.20
XYZ15.23687.007858.3072
Yxy7.00780.18920.0870
Hunter Lab26.472256.4139-112.0603
CIE-Lab31.824765.4751-79.9554

#5716cd color RGB value is (87,22,205).

#5716cd hex color red value is 87, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5716cd hue: 0.73 , saturation: 0.81 and the lightness value of 5716cd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010110 11001101
Octal 127 26 315
Decimal 87 22 205
Hex 57 16 CD

RGB Percentages of Color #5716cd

%27.71
%7.01
%65.29

CMYK Percentages of Color #5716cd

%58
%89
%0
%20

Triadic Colors of #5716cd

#5716cd #cd5716 #16cd57

Analogous Colors of #5716cd

#5716cd #b316cd #1630cd

Monochromatic Colors of #5716cd

#5716cd

Complementary Color

#5716cd #8ccd16

#5716cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5716cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5716cd Color CSS Codes

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

#5716cd Text Font Color

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

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


#5716cd Background Color

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

This div background color is #5716cd


#5716cd Border Color

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

This div border color is #5716cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,22,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 #5716cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5716cd


Comments

No comments written yet.

Please login to write comment.