Color Hex Logo

#5951ea Color Hex

#5951EA
(89,81,234)
0 Favorites   0 Comments

Color spaces of #5951ea

RGB 8981234
HSL0.680.780.62
HSV243°65°92°
CMYK 0.620.650.00   0.08
XYZ21.913513.949279.3794
Yxy13.94920.19020.1210
Hunter Lab37.348639.3709-99.8687
CIE-Lab44.160047.2819-76.2787

#5951ea color RGB value is (89,81,234).

#5951ea hex color red value is 89, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5951ea hue: 0.68 , saturation: 0.78 and the lightness value of 5951ea is 0.62.

The process color (four color CMYK) of #5951ea color hex is 0.62, 0.65, 0.00, 0.08. Web safe color of #5951ea is #6666ff. Color #5951ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010001 11101010
Octal 131 121 352
Decimal 89 81 234
Hex 59 51 EA

RGB Percentages of Color #5951ea

%22.03
%20.05
%57.92

CMYK Percentages of Color #5951ea

%62
%65
%0
%8

Triadic Colors of #5951ea

#5951ea #ea5951 #51ea59

Analogous Colors of #5951ea

#5951ea #a651ea #5196ea

Monochromatic Colors of #5951ea

#5951ea

Complementary Color

#5951ea #e2ea51

#5951ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5951ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5951ea Color CSS Codes

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

#5951ea Text Font Color

<p style="color:#5951ea">Text here</p>

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


#5951ea Background Color

<div style="background-color:#5951ea">
Div content here</div>

This div background color is #5951ea


#5951ea Border Color

<div style="border:3px solid #5951ea">
Div here</div>

This div border color is #5951ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,81,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5951ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5951ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5951ea;
  box-shadow:         1px 1px 3px 2px #5951ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5951ea


Comments

No comments written yet.

Please login to write comment.