Color Hex Logo

#5107bd Color Hex

#5107BD
(81,7,189)
0 Favorites   0 Comments

Color spaces of #5107bd

RGB 817189
HSL0.730.930.38
HSV264°96°74°
CMYK 0.570.960.00   0.26
XYZ12.65465.575448.5533
Yxy5.57540.18950.0835
Hunter Lab23.612354.3425-105.3878
CIE-Lab28.314964.3006-76.3925

#5107bd color RGB value is (81,7,189).

#5107bd hex color red value is 81, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5107bd hue: 0.73 , saturation: 0.93 and the lightness value of 5107bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000111 10111101
Octal 121 7 275
Decimal 81 7 189
Hex 51 7 BD

RGB Percentages of Color #5107bd

%29.24
%2.53
%68.23

CMYK Percentages of Color #5107bd

%57
%96
%0
%26

Triadic Colors of #5107bd

#5107bd #bd5107 #07bd51

Analogous Colors of #5107bd

#5107bd #ac07bd #0718bd

Monochromatic Colors of #5107bd

#5107bd

Complementary Color

#5107bd #73bd07

#5107bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5107bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5107bd Color CSS Codes

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

#5107bd Text Font Color

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

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


#5107bd Background Color

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

This div background color is #5107bd


#5107bd Border Color

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

This div border color is #5107bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5107bd


Comments

No comments written yet.

Please login to write comment.