Color Hex Logo

#5017bd Color Hex

#5017BD
(80,23,189)
0 Favorites   0 Comments

Color spaces of #5017bd

RGB 8023189
HSL0.720.780.42
HSV261°88°74°
CMYK 0.580.880.00   0.26
XYZ12.80005.992448.6261
Yxy5.99240.18990.0889
Hunter Lab24.479450.4968-100.6387
CIE-Lab29.393360.6267-74.6095

#5017bd color RGB value is (80,23,189).

#5017bd hex color red value is 80, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5017bd hue: 0.72 , saturation: 0.78 and the lightness value of 5017bd is 0.42.

The process color (four color CMYK) of #5017bd color hex is 0.58, 0.88, 0.00, 0.26. Web safe color of #5017bd is #6600cc. Color #5017bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 10111101
Octal 120 27 275
Decimal 80 23 189
Hex 50 17 BD

RGB Percentages of Color #5017bd

%27.40
%7.88
%64.73

CMYK Percentages of Color #5017bd

%58
%88
%0
%26

Triadic Colors of #5017bd

#5017bd #bd5017 #17bd50

Analogous Colors of #5017bd

#5017bd #a317bd #1731bd

Monochromatic Colors of #5017bd

#5017bd

Complementary Color

#5017bd #84bd17

#5017bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5017bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5017bd Color CSS Codes

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

#5017bd Text Font Color

<p style="color:#5017bd">Text here</p>

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


#5017bd Background Color

<div style="background-color:#5017bd">
Div content here</div>

This div background color is #5017bd


#5017bd Border Color

<div style="border:3px solid #5017bd">
Div here</div>

This div border color is #5017bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,23,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5017bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5017bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5017bd;
  box-shadow:         1px 1px 3px 2px #5017bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,23,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5017bd


Comments

No comments written yet.

Please login to write comment.