Color Hex Logo

#5952fe Color Hex

#5952FE
(89,82,254)
0 Favorites   0 Comments

Color spaces of #5952fe

RGB 8982254
HSL0.670.990.66
HSV242°68°100°
CMYK 0.650.680.00   0.00
XYZ25.026515.314295.4028
Yxy15.31420.18440.1128
Hunter Lab39.133445.6706-117.1491
CIE-Lab46.061652.9656-84.3775

#5952fe color RGB value is (89,82,254).

#5952fe hex color red value is 89, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5952fe hue: 0.67 , saturation: 0.99 and the lightness value of 5952fe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010010 11111110
Octal 131 122 376
Decimal 89 82 254
Hex 59 52 FE

RGB Percentages of Color #5952fe

%20.94
%19.29
%59.76

CMYK Percentages of Color #5952fe

%65
%68
%0
%0

Triadic Colors of #5952fe

#5952fe #fe5952 #52fe59

Analogous Colors of #5952fe

#5952fe #af52fe #52a1fe

Monochromatic Colors of #5952fe

#5952fe

Complementary Color

#5952fe #f7fe52

#5952fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5952fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5952fe Color CSS Codes

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

#5952fe Text Font Color

<p style="color:#5952fe">Text here</p>

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


#5952fe Background Color

<div style="background-color:#5952fe">
Div content here</div>

This div background color is #5952fe


#5952fe Border Color

<div style="border:3px solid #5952fe">
Div here</div>

This div border color is #5952fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,82,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5952fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5952fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5952fe;
  box-shadow:         1px 1px 3px 2px #5952fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5952fe


Comments

No comments written yet.

Please login to write comment.