Color Hex Logo

#5933cb Color Hex

#5933CB
(89,51,203)
0 Favorites   0 Comments

Color spaces of #5933cb

RGB 8951203
HSL0.710.600.50
HSV255°75°80°
CMYK 0.560.750.00   0.20
XYZ16.08318.803357.3514
Yxy8.80330.19560.1070
Hunter Lab29.670444.8345-93.8355
CIE-Lab35.602854.1285-72.5491

#5933cb color RGB value is (89,51,203).

#5933cb hex color red value is 89, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5933cb hue: 0.71 , saturation: 0.60 and the lightness value of 5933cb is 0.50.

The process color (four color CMYK) of #5933cb color hex is 0.56, 0.75, 0.00, 0.20. Web safe color of #5933cb is #6633cc. Color #5933cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110011 11001011
Octal 131 63 313
Decimal 89 51 203
Hex 59 33 CB

RGB Percentages of Color #5933cb

%25.95
%14.87
%59.18

CMYK Percentages of Color #5933cb

%56
%75
%0
%20

Triadic Colors of #5933cb

#5933cb #cb5933 #33cb59

Analogous Colors of #5933cb

#5933cb #a533cb #3359cb

Monochromatic Colors of #5933cb

#5933cb

Complementary Color

#5933cb #a5cb33

#5933cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5933cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5933cb Color CSS Codes

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

#5933cb Text Font Color

<p style="color:#5933cb">Text here</p>

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


#5933cb Background Color

<div style="background-color:#5933cb">
Div content here</div>

This div background color is #5933cb


#5933cb Border Color

<div style="border:3px solid #5933cb">
Div here</div>

This div border color is #5933cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,51,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5933cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5933cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5933cb;
  box-shadow:         1px 1px 3px 2px #5933cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5933cb


Comments

No comments written yet.

Please login to write comment.