Color Hex Logo

#5257fe Color Hex

#5257FE
(82,87,254)
0 Favorites   0 Comments

Color spaces of #5257fe

RGB 8287254
HSL0.660.990.66
HSV238°68°100°
CMYK 0.680.660.00   0.00
XYZ24.777315.766095.5032
Yxy15.76600.18210.1159
Hunter Lab39.706441.9000-114.8118
CIE-Lab46.666049.2931-83.4025

#5257fe color RGB value is (82,87,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 11111110
Octal 122 127 376
Decimal 82 87 254
Hex 52 57 FE

RGB Percentages of Color #5257fe

%19.39
%20.57
%60.05

CMYK Percentages of Color #5257fe

%68
%66
%0
%0

Triadic Colors of #5257fe

#5257fe #fe5257 #57fe52

Analogous Colors of #5257fe

#5257fe #a352fe #52adfe

Monochromatic Colors of #5257fe

#5257fe

Complementary Color

#5257fe #fef952

#5257fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5257fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5257fe Color CSS Codes

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

#5257fe Text Font Color

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

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


#5257fe Background Color

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

This div background color is #5257fe


#5257fe Border Color

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

This div border color is #5257fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,87,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 #5257fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5257fe

Related Colors


Comments

No comments written yet.

Please login to write comment.