Color Hex Logo

#593bed Color Hex

#593BED
(89,59,237)
0 Favorites   0 Comments

Color spaces of #593bed

RGB 8959237
HSL0.690.830.58
HSV250°75°93°
CMYK 0.620.750.00   0.07
XYZ20.969911.366281.2094
Yxy11.36620.18470.1001
Hunter Lab33.713852.0274-119.2174
CIE-Lab40.190559.9263-84.4953

#593bed color RGB value is (89,59,237).

#593bed hex color red value is 89, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #593bed hue: 0.69 , saturation: 0.83 and the lightness value of 593bed is 0.58.

The process color (four color CMYK) of #593bed color hex is 0.62, 0.75, 0.00, 0.07. Web safe color of #593bed is #6633ff. Color #593bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 11101101
Octal 131 73 355
Decimal 89 59 237
Hex 59 3B ED

RGB Percentages of Color #593bed

%23.12
%15.32
%61.56

CMYK Percentages of Color #593bed

%62
%75
%0
%7

Triadic Colors of #593bed

#593bed #ed593b #3bed59

Analogous Colors of #593bed

#593bed #b23bed #3b76ed

Monochromatic Colors of #593bed

#593bed

Complementary Color

#593bed #cfed3b

#593bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bed Color CSS Codes

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

#593bed Text Font Color

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

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


#593bed Background Color

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

This div background color is #593bed


#593bed Border Color

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

This div border color is #593bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bed


Comments

No comments written yet.

Please login to write comment.