Color Hex Logo

#595ff1 Color Hex

#595FF1
(89,95,241)
0 Favorites   0 Comments

Color spaces of #595ff1

RGB 8995241
HSL0.660.840.65
HSV238°63°95°
CMYK 0.630.610.00   0.05
XYZ24.089216.659185.1650
Yxy16.65910.19130.1323
Hunter Lab40.815633.9228-95.1425
CIE-Lab47.827641.3016-74.2263

#595ff1 color RGB value is (89,95,241).

#595ff1 hex color red value is 89, green value is 95 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #595ff1 hue: 0.66 , saturation: 0.84 and the lightness value of 595ff1 is 0.65.

The process color (four color CMYK) of #595ff1 color hex is 0.63, 0.61, 0.00, 0.05. Web safe color of #595ff1 is #6666ff. Color #595ff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 11110001
Octal 131 137 361
Decimal 89 95 241
Hex 59 5F F1

RGB Percentages of Color #595ff1

%20.94
%22.35
%56.71

CMYK Percentages of Color #595ff1

%63
%61
%0
%5

Triadic Colors of #595ff1

#595ff1 #f1595f #5ff159

Analogous Colors of #595ff1

#595ff1 #9f59f1 #59abf1

Monochromatic Colors of #595ff1

#595ff1

Complementary Color

#595ff1 #f1eb59

#595ff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595ff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595ff1 Color CSS Codes

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

#595ff1 Text Font Color

<p style="color:#595ff1">Text here</p>

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


#595ff1 Background Color

<div style="background-color:#595ff1">
Div content here</div>

This div background color is #595ff1


#595ff1 Border Color

<div style="border:3px solid #595ff1">
Div here</div>

This div border color is #595ff1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,95,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595ff1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595ff1;
  -webkit-box-shadow: 1px 1px 3px 2px #595ff1;
  box-shadow:         1px 1px 3px 2px #595ff1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595ff1


Comments

No comments written yet.

Please login to write comment.