Color Hex Logo

#5729eb Color Hex

#5729EB
(87,41,235)
0 Favorites   0 Comments

Color spaces of #5729eb

RGB 8741235
HSL0.710.830.54
HSV254°83°92°
CMYK 0.630.830.00   0.08
XYZ19.71889.610379.4129
Yxy9.61030.18130.0884
Hunter Lab31.000559.2895-130.1809
CIE-Lab37.133766.9701-88.4182

#5729eb color RGB value is (87,41,235).

#5729eb hex color red value is 87, green value is 41 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5729eb hue: 0.71 , saturation: 0.83 and the lightness value of 5729eb is 0.54.

The process color (four color CMYK) of #5729eb color hex is 0.63, 0.83, 0.00, 0.08. Web safe color of #5729eb is #6633ff. Color #5729eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 11101011
Octal 127 51 353
Decimal 87 41 235
Hex 57 29 EB

RGB Percentages of Color #5729eb

%23.97
%11.29
%64.74

CMYK Percentages of Color #5729eb

%63
%83
%0
%8

Triadic Colors of #5729eb

#5729eb #eb5729 #29eb57

Analogous Colors of #5729eb

#5729eb #b829eb #295ceb

Monochromatic Colors of #5729eb

#5729eb

Complementary Color

#5729eb #bdeb29

#5729eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5729eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5729eb Color CSS Codes

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

#5729eb Text Font Color

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

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


#5729eb Background Color

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

This div background color is #5729eb


#5729eb Border Color

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

This div border color is #5729eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,41,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5729eb


Comments

No comments written yet.

Please login to write comment.