Color Hex Logo

#593bcf Color Hex

#593BCF
(89,59,207)
0 Favorites   0 Comments

Color spaces of #593bcf

RGB 8959207
HSL0.700.610.52
HSV252°71°81°
CMYK 0.570.710.00   0.19
XYZ16.94639.756860.0216
Yxy9.75680.19540.1125
Hunter Lab31.235942.1782-92.0642
CIE-Lab37.402451.2334-71.9151

#593bcf color RGB value is (89,59,207).

#593bcf hex color red value is 89, green value is 59 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #593bcf hue: 0.70 , saturation: 0.61 and the lightness value of 593bcf is 0.52.

The process color (four color CMYK) of #593bcf color hex is 0.57, 0.71, 0.00, 0.19. Web safe color of #593bcf is #6633cc. Color #593bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 11001111
Octal 131 73 317
Decimal 89 59 207
Hex 59 3B CF

RGB Percentages of Color #593bcf

%25.07
%16.62
%58.31

CMYK Percentages of Color #593bcf

%57
%71
%0
%19

Triadic Colors of #593bcf

#593bcf #cf593b #3bcf59

Analogous Colors of #593bcf

#593bcf #a33bcf #3b67cf

Monochromatic Colors of #593bcf

#593bcf

Complementary Color

#593bcf #b1cf3b

#593bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bcf Color CSS Codes

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

#593bcf Text Font Color

<p style="color:#593bcf">Text here</p>

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


#593bcf Background Color

<div style="background-color:#593bcf">
Div content here</div>

This div background color is #593bcf


#593bcf Border Color

<div style="border:3px solid #593bcf">
Div here</div>

This div border color is #593bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,59,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #593bcf;
  box-shadow:         1px 1px 3px 2px #593bcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bcf


Comments

No comments written yet.

Please login to write comment.