Color Hex Logo

#5628ef Color Hex

#5628EF
(86,40,239)
0 Favorites   0 Comments

Color spaces of #5628ef

RGB 8640239
HSL0.710.860.55
HSV254°83°94°
CMYK 0.640.830.00   0.06
XYZ20.17659.728082.4756
Yxy9.72800.17950.0866
Hunter Lab31.189760.8888-134.9488
CIE-Lab37.349868.3115-90.3310

#5628ef color RGB value is (86,40,239).

#5628ef hex color red value is 86, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5628ef hue: 0.71 , saturation: 0.86 and the lightness value of 5628ef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101000 11101111
Octal 126 50 357
Decimal 86 40 239
Hex 56 28 EF

RGB Percentages of Color #5628ef

%23.56
%10.96
%65.48

CMYK Percentages of Color #5628ef

%64
%83
%0
%6

Triadic Colors of #5628ef

#5628ef #ef5628 #28ef56

Analogous Colors of #5628ef

#5628ef #ba28ef #285def

Monochromatic Colors of #5628ef

#5628ef

Complementary Color

#5628ef #c1ef28

#5628ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5628ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5628ef Color CSS Codes

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

#5628ef Text Font Color

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

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


#5628ef Background Color

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

This div background color is #5628ef


#5628ef Border Color

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

This div border color is #5628ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,40,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 #5628ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5628ef


Comments

No comments written yet.

Please login to write comment.