Color Hex Logo

#595cee Color Hex

#595CEE
(89,92,238)
0 Favorites   0 Comments

Color spaces of #595cee

RGB 8992238
HSL0.660.810.64
HSV239°63°93°
CMYK 0.630.610.00   0.07
XYZ23.379615.951282.7356
Yxy15.95120.19150.1307
Hunter Lab39.939034.5978-94.8650
CIE-Lab46.910442.1170-74.0385

#595cee color RGB value is (89,92,238).

#595cee hex color red value is 89, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #595cee hue: 0.66 , saturation: 0.81 and the lightness value of 595cee is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 11101110
Octal 131 134 356
Decimal 89 92 238
Hex 59 5C EE

RGB Percentages of Color #595cee

%21.24
%21.96
%56.80

CMYK Percentages of Color #595cee

%63
%61
%0
%7

Triadic Colors of #595cee

#595cee #ee595c #5cee59

Analogous Colors of #595cee

#595cee #a159ee #59a7ee

Monochromatic Colors of #595cee

#595cee

Complementary Color

#595cee #eeeb59

#595cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#595cee Color CSS Codes

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

#595cee Text Font Color

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

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


#595cee Background Color

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

This div background color is #595cee


#595cee Border Color

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

This div border color is #595cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595cee


Comments

No comments written yet.

Please login to write comment.