Color Hex Logo

#596ceb Color Hex

#596CEB
(89,108,235)
0 Favorites   0 Comments

Color spaces of #596ceb

RGB 89108235
HSL0.640.780.64
HSV232°62°92°
CMYK 0.620.540.00   0.08
XYZ24.477818.847180.9450
Yxy18.84710.19700.1517
Hunter Lab43.413224.6709-80.1583
CIE-Lab50.507831.4412-66.5098

#596ceb color RGB value is (89,108,235).

#596ceb hex color red value is 89, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #596ceb hue: 0.64 , saturation: 0.78 and the lightness value of 596ceb is 0.64.

The process color (four color CMYK) of #596ceb color hex is 0.62, 0.54, 0.00, 0.08. Web safe color of #596ceb is #6666ff. Color #596ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101100 11101011
Octal 131 154 353
Decimal 89 108 235
Hex 59 6C EB

RGB Percentages of Color #596ceb

%20.60
%25.00
%54.40

CMYK Percentages of Color #596ceb

%62
%54
%0
%8

Triadic Colors of #596ceb

#596ceb #eb596c #6ceb59

Analogous Colors of #596ceb

#596ceb #8f59eb #59b5eb

Monochromatic Colors of #596ceb

#596ceb

Complementary Color

#596ceb #ebd859

#596ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#596ceb Color CSS Codes

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

#596ceb Text Font Color

<p style="color:#596ceb">Text here</p>

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


#596ceb Background Color

<div style="background-color:#596ceb">
Div content here</div>

This div background color is #596ceb


#596ceb Border Color

<div style="border:3px solid #596ceb">
Div here</div>

This div border color is #596ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,108,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #596ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #596ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #596ceb;
  box-shadow:         1px 1px 3px 2px #596ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,108,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 #596ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596ceb


Comments

No comments written yet.

Please login to write comment.