Color Hex Logo

#5965fc Color Hex

#5965FC
(89,101,252)
0 Favorites   0 Comments

Color spaces of #5965fc

RGB 89101252
HSL0.650.960.67
HSV236°65°99°
CMYK 0.650.600.00   0.01
XYZ26.344218.459594.2700
Yxy18.45950.18940.1327
Hunter Lab42.964534.2615-100.0152
CIE-Lab50.048841.3080-76.7425

#5965fc color RGB value is (89,101,252).

#5965fc hex color red value is 89, green value is 101 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5965fc hue: 0.65 , saturation: 0.96 and the lightness value of 5965fc is 0.67.

The process color (four color CMYK) of #5965fc color hex is 0.65, 0.60, 0.00, 0.01. Web safe color of #5965fc is #6666ff. Color #5965fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 11111100
Octal 131 145 374
Decimal 89 101 252
Hex 59 65 FC

RGB Percentages of Color #5965fc

%20.14
%22.85
%57.01

CMYK Percentages of Color #5965fc

%65
%60
%0
%1

Triadic Colors of #5965fc

#5965fc #fc5965 #65fc59

Analogous Colors of #5965fc

#5965fc #9f59fc #59b7fc

Monochromatic Colors of #5965fc

#5965fc

Complementary Color

#5965fc #fcf059

#5965fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5965fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5965fc Color CSS Codes

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

#5965fc Text Font Color

<p style="color:#5965fc">Text here</p>

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


#5965fc Background Color

<div style="background-color:#5965fc">
Div content here</div>

This div background color is #5965fc


#5965fc Border Color

<div style="border:3px solid #5965fc">
Div here</div>

This div border color is #5965fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,101,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5965fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5965fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5965fc;
  box-shadow:         1px 1px 3px 2px #5965fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5965fc


Comments

No comments written yet.

Please login to write comment.