Color Hex Logo

#5725eb Color Hex

#5725EB
(87,37,235)
0 Favorites   0 Comments

Color spaces of #5725eb

RGB 8737235
HSL0.710.830.53
HSV255°84°92°
CMYK 0.630.840.00   0.08
XYZ19.58749.347579.3691
Yxy9.34750.18090.0863
Hunter Lab30.573760.8542-132.5149
CIE-Lab36.644968.4181-89.2279

#5725eb color RGB value is (87,37,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 11101011
Octal 127 45 353
Decimal 87 37 235
Hex 57 25 EB

RGB Percentages of Color #5725eb

%24.23
%10.31
%65.46

CMYK Percentages of Color #5725eb

%63
%84
%0
%8

Triadic Colors of #5725eb

#5725eb #eb5725 #25eb57

Analogous Colors of #5725eb

#5725eb #ba25eb #2556eb

Monochromatic Colors of #5725eb

#5725eb

Complementary Color

#5725eb #b9eb25

#5725eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5725eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5725eb Color CSS Codes

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

#5725eb Text Font Color

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

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


#5725eb Background Color

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

This div background color is #5725eb


#5725eb Border Color

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

This div border color is #5725eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5725eb


Comments

No comments written yet.

Please login to write comment.