Color Hex Logo

#595efa Color Hex

#595EFA
(89,94,250)
0 Favorites   0 Comments

Color spaces of #595efa

RGB 8994250
HSL0.660.940.66
HSV238°64°98°
CMYK 0.640.620.00   0.02
XYZ25.377817.031492.3923
Yxy17.03140.18830.1263
Hunter Lab41.269137.5448-103.8486
CIE-Lab48.299644.8116-78.4843

#595efa color RGB value is (89,94,250).

#595efa hex color red value is 89, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #595efa hue: 0.66 , saturation: 0.94 and the lightness value of 595efa is 0.66.

The process color (four color CMYK) of #595efa color hex is 0.64, 0.62, 0.00, 0.02. Web safe color of #595efa is #6666ff. Color #595efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011110 11111010
Octal 131 136 372
Decimal 89 94 250
Hex 59 5E FA

RGB Percentages of Color #595efa

%20.55
%21.71
%57.74

CMYK Percentages of Color #595efa

%64
%62
%0
%2

Triadic Colors of #595efa

#595efa #fa595e #5efa59

Analogous Colors of #595efa

#595efa #a559fa #59affa

Monochromatic Colors of #595efa

#595efa

Complementary Color

#595efa #faf559

#595efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#595efa Color CSS Codes

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

#595efa Text Font Color

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

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


#595efa Background Color

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

This div background color is #595efa


#595efa Border Color

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

This div border color is #595efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595efa


Comments

No comments written yet.

Please login to write comment.