Color Hex Logo

#5942be Color Hex

#5942BE
(89,66,190)
0 Favorites   0 Comments

Color spaces of #5942be

RGB 8966190
HSL0.700.490.50
HSV251°65°75°
CMYK 0.530.650.00   0.25
XYZ15.36239.738049.7851
Yxy9.73800.20510.1300
Hunter Lab31.205833.2637-72.7461
CIE-Lab37.368042.3249-62.0650

#5942be color RGB value is (89,66,190).

#5942be hex color red value is 89, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5942be hue: 0.70 , saturation: 0.49 and the lightness value of 5942be is 0.50.

The process color (four color CMYK) of #5942be color hex is 0.53, 0.65, 0.00, 0.25. Web safe color of #5942be is #6633cc. Color #5942be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 10111110
Octal 131 102 276
Decimal 89 66 190
Hex 59 42 BE

RGB Percentages of Color #5942be

%25.80
%19.13
%55.07

CMYK Percentages of Color #5942be

%53
%65
%0
%25

Triadic Colors of #5942be

#5942be #be5942 #42be59

Analogous Colors of #5942be

#5942be #9742be #4269be

Monochromatic Colors of #5942be

#5942be

Complementary Color

#5942be #a7be42

#5942be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5942be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5942be Color CSS Codes

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

#5942be Text Font Color

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

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


#5942be Background Color

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

This div background color is #5942be


#5942be Border Color

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

This div border color is #5942be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5942be


Comments

No comments written yet.

Please login to write comment.