Color Hex Logo

#5257ef Color Hex

#5257EF
(82,87,239)
0 Favorites   0 Comments

Color spaces of #5257ef

RGB 8287239
HSL0.660.830.63
HSV238°66°94°
CMYK 0.660.640.00   0.06
XYZ22.467914.842283.3420
Yxy14.84220.18620.1230
Hunter Lab38.525636.6804-101.2936
CIE-Lab45.417344.4265-77.0576

#5257ef color RGB value is (82,87,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 11101111
Octal 122 127 357
Decimal 82 87 239
Hex 52 57 EF

RGB Percentages of Color #5257ef

%20.10
%21.32
%58.58

CMYK Percentages of Color #5257ef

%66
%64
%0
%6

Triadic Colors of #5257ef

#5257ef #ef5257 #57ef52

Analogous Colors of #5257ef

#5257ef #9c52ef #52a6ef

Monochromatic Colors of #5257ef

#5257ef

Complementary Color

#5257ef #efea52

#5257ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5257ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5257ef Color CSS Codes

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

#5257ef Text Font Color

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

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


#5257ef Background Color

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

This div background color is #5257ef


#5257ef Border Color

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

This div border color is #5257ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5257ef


Comments

No comments written yet.

Please login to write comment.