Color Hex Logo

#5925db Color Hex

#5925DB
(89,37,219)
0 Favorites   0 Comments

Color spaces of #5925db

RGB 8937219
HSL0.710.720.50
HSV257°83°86°
CMYK 0.590.830.00   0.14
XYZ17.56768.561567.7444
Yxy8.56150.18710.0912
Hunter Lab29.260055.9655-116.7893
CIE-Lab35.125964.4436-82.5915

#5925db color RGB value is (89,37,219).

#5925db hex color red value is 89, green value is 37 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5925db hue: 0.71 , saturation: 0.72 and the lightness value of 5925db is 0.50.

The process color (four color CMYK) of #5925db color hex is 0.59, 0.83, 0.00, 0.14. Web safe color of #5925db is #6633cc. Color #5925db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100101 11011011
Octal 131 45 333
Decimal 89 37 219
Hex 59 25 DB

RGB Percentages of Color #5925db

%25.80
%10.72
%63.48

CMYK Percentages of Color #5925db

%59
%83
%0
%14

Triadic Colors of #5925db

#5925db #db5925 #25db59

Analogous Colors of #5925db

#5925db #b425db #254cdb

Monochromatic Colors of #5925db

#5925db

Complementary Color

#5925db #a7db25

#5925db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5925db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5925db Color CSS Codes

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

#5925db Text Font Color

<p style="color:#5925db">Text here</p>

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


#5925db Background Color

<div style="background-color:#5925db">
Div content here</div>

This div background color is #5925db


#5925db Border Color

<div style="border:3px solid #5925db">
Div here</div>

This div border color is #5925db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,37,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5925db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5925db;
  -webkit-box-shadow: 1px 1px 3px 2px #5925db;
  box-shadow:         1px 1px 3px 2px #5925db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,37,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5925db


Comments

No comments written yet.

Please login to write comment.