Color Hex Logo

#5950ba Color Hex

#5950BA
(89,80,186)
0 Favorites   0 Comments

Color spaces of #5950ba

RGB 8980186
HSL0.680.430.52
HSV245°57°73°
CMYK 0.520.570.00   0.27
XYZ15.851411.406347.8206
Yxy11.40630.21110.1519
Hunter Lab33.773224.6755-60.3094
CIE-Lab40.256532.7348-55.0310

#5950ba color RGB value is (89,80,186).

#5950ba hex color red value is 89, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5950ba hue: 0.68 , saturation: 0.43 and the lightness value of 5950ba is 0.52.

The process color (four color CMYK) of #5950ba color hex is 0.52, 0.57, 0.00, 0.27. Web safe color of #5950ba is #6666cc. Color #5950ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 10111010
Octal 131 120 272
Decimal 89 80 186
Hex 59 50 BA

RGB Percentages of Color #5950ba

%25.07
%22.54
%52.39

CMYK Percentages of Color #5950ba

%52
%57
%0
%27

Triadic Colors of #5950ba

#5950ba #ba5950 #50ba59

Analogous Colors of #5950ba

#5950ba #8e50ba #507cba

Monochromatic Colors of #5950ba

#5950ba

Complementary Color

#5950ba #b1ba50

#5950ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5950ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5950ba Color CSS Codes

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

#5950ba Text Font Color

<p style="color:#5950ba">Text here</p>

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


#5950ba Background Color

<div style="background-color:#5950ba">
Div content here</div>

This div background color is #5950ba


#5950ba Border Color

<div style="border:3px solid #5950ba">
Div here</div>

This div border color is #5950ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,80,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5950ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5950ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5950ba;
  box-shadow:         1px 1px 3px 2px #5950ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5950ba


Comments

No comments written yet.

Please login to write comment.