Color Hex Logo

#5729bd Color Hex

#5729BD
(87,41,189)
0 Favorites   0 Comments

Color spaces of #5729bd

RGB 8741189
HSL0.720.640.45
HSV259°78°74°
CMYK 0.540.780.00   0.26
XYZ13.90877.286248.8174
Yxy7.28620.19870.1041
Hunter Lab26.993044.7383-88.3323
CIE-Lab32.449854.6479-69.5400

#5729bd color RGB value is (87,41,189).

#5729bd hex color red value is 87, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5729bd hue: 0.72 , saturation: 0.64 and the lightness value of 5729bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 10111101
Octal 127 51 275
Decimal 87 41 189
Hex 57 29 BD

RGB Percentages of Color #5729bd

%27.44
%12.93
%59.62

CMYK Percentages of Color #5729bd

%54
%78
%0
%26

Triadic Colors of #5729bd

#5729bd #bd5729 #29bd57

Analogous Colors of #5729bd

#5729bd #a129bd #2945bd

Monochromatic Colors of #5729bd

#5729bd

Complementary Color

#5729bd #8fbd29

#5729bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5729bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5729bd Color CSS Codes

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

#5729bd Text Font Color

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

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


#5729bd Background Color

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

This div background color is #5729bd


#5729bd Border Color

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

This div border color is #5729bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5729bd


Comments

No comments written yet.

Please login to write comment.