Color Hex Logo

#5125bd Color Hex

#5125BD
(81,37,189)
0 Favorites   0 Comments

Color spaces of #5125bd

RGB 8137189
HSL0.710.670.44
HSV257°80°74°
CMYK 0.570.800.00   0.26
XYZ13.24026.746648.7485
Yxy6.74660.19260.0982
Hunter Lab25.974245.5344-93.0937
CIE-Lab31.222955.6451-71.5831

#5125bd color RGB value is (81,37,189).

#5125bd hex color red value is 81, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5125bd hue: 0.71 , saturation: 0.67 and the lightness value of 5125bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10111101
Octal 121 45 275
Decimal 81 37 189
Hex 51 25 BD

RGB Percentages of Color #5125bd

%26.38
%12.05
%61.56

CMYK Percentages of Color #5125bd

%57
%80
%0
%26

Triadic Colors of #5125bd

#5125bd #bd5125 #25bd51

Analogous Colors of #5125bd

#5125bd #9d25bd #2545bd

Monochromatic Colors of #5125bd

#5125bd

Complementary Color

#5125bd #91bd25

#5125bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5125bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5125bd Color CSS Codes

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

#5125bd Text Font Color

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

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


#5125bd Background Color

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

This div background color is #5125bd


#5125bd Border Color

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

This div border color is #5125bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5125bd


Comments

No comments written yet.

Please login to write comment.