Color Hex Logo

#595cce Color Hex

#595CCE
(89,92,206)
0 Favorites   0 Comments

Color spaces of #595cce

RGB 8992206
HSL0.660.540.58
HSV238°57°81°
CMYK 0.570.550.00   0.19
XYZ19.087514.234460.1340
Yxy14.23440.20420.1523
Hunter Lab37.728524.2813-68.0901
CIE-Lab44.567231.7360-59.6642

#595cce color RGB value is (89,92,206).

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

The process color (four color CMYK) of #595cce color hex is 0.57, 0.55, 0.00, 0.19. Web safe color of #595cce is #6666cc. Color #595cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 11001110
Octal 131 134 316
Decimal 89 92 206
Hex 59 5C CE

RGB Percentages of Color #595cce

%23.00
%23.77
%53.23

CMYK Percentages of Color #595cce

%57
%55
%0
%19

Triadic Colors of #595cce

#595cce #ce595c #5cce59

Analogous Colors of #595cce

#595cce #9159ce #5997ce

Monochromatic Colors of #595cce

#595cce

Complementary Color

#595cce #cecb59

#595cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#595cce Color CSS Codes

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

#595cce Text Font Color

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

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


#595cce Background Color

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

This div background color is #595cce


#595cce Border Color

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

This div border color is #595cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595cce


Comments

No comments written yet.

Please login to write comment.