Color Hex Logo

#5942cb Color Hex

#5942CB
(89,66,203)
0 Favorites   0 Comments

Color spaces of #5942cb

RGB 8966203
HSL0.690.570.53
HSV250°67°80°
CMYK 0.560.670.00   0.20
XYZ16.847510.332157.6062
Yxy10.33210.19870.1219
Hunter Lab32.143637.3064-83.7562
CIE-Lab38.432046.2474-67.9100

#5942cb color RGB value is (89,66,203).

#5942cb hex color red value is 89, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5942cb hue: 0.69 , saturation: 0.57 and the lightness value of 5942cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 11001011
Octal 131 102 313
Decimal 89 66 203
Hex 59 42 CB

RGB Percentages of Color #5942cb

%24.86
%18.44
%56.70

CMYK Percentages of Color #5942cb

%56
%67
%0
%20

Triadic Colors of #5942cb

#5942cb #cb5942 #42cb59

Analogous Colors of #5942cb

#5942cb #9e42cb #4270cb

Monochromatic Colors of #5942cb

#5942cb

Complementary Color

#5942cb #b4cb42

#5942cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5942cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5942cb Color CSS Codes

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

#5942cb Text Font Color

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

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


#5942cb Background Color

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

This div background color is #5942cb


#5942cb Border Color

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

This div border color is #5942cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5942cb


Comments

No comments written yet.

Please login to write comment.