Color Hex Logo

#5972ff Color Hex

#5972FF
(89,114,255)
0 Favorites   0 Comments

Color spaces of #5972ff

RGB 89114255
HSL0.641.000.67
HSV231°65°100°
CMYK 0.650.550.00   0.00
XYZ28.187121.378597.2486
Yxy21.37850.19200.1456
Hunter Lab46.236927.9033-92.3370
CIE-Lab53.361334.4610-73.0182

#5972ff color RGB value is (89,114,255).

#5972ff hex color red value is 89, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5972ff hue: 0.64 , saturation: 1.00 and the lightness value of 5972ff is 0.67.

The process color (four color CMYK) of #5972ff color hex is 0.65, 0.55, 0.00, 0.00. Web safe color of #5972ff is #6666ff. Color #5972ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110010 11111111
Octal 131 162 377
Decimal 89 114 255
Hex 59 72 FF

RGB Percentages of Color #5972ff

%19.43
%24.89
%55.68

CMYK Percentages of Color #5972ff

%65
%55
%0
%0

Triadic Colors of #5972ff

#5972ff #ff5972 #72ff59

Analogous Colors of #5972ff

#5972ff #9359ff #59c5ff

Monochromatic Colors of #5972ff

#5972ff

Complementary Color

#5972ff #ffe659

#5972ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5972ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5972ff Color CSS Codes

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

#5972ff Text Font Color

<p style="color:#5972ff">Text here</p>

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


#5972ff Background Color

<div style="background-color:#5972ff">
Div content here</div>

This div background color is #5972ff


#5972ff Border Color

<div style="border:3px solid #5972ff">
Div here</div>

This div border color is #5972ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,114,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5972ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5972ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5972ff;
  box-shadow:         1px 1px 3px 2px #5972ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5972ff

Related Colors


Comments

No comments written yet.

Please login to write comment.