Color Hex Logo

#5671ef Color Hex

#5671EF
(86,113,239)
0 Favorites   0 Comments

Color spaces of #5671ef

RGB 86113239
HSL0.640.830.64
HSV229°64°94°
CMYK 0.640.530.00   0.06
XYZ25.322920.020784.1911
Yxy20.02070.19550.1546
Hunter Lab44.744522.7182-80.2387
CIE-Lab51.860629.2299-66.5677

#5671ef color RGB value is (86,113,239).

#5671ef hex color red value is 86, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5671ef hue: 0.64 , saturation: 0.83 and the lightness value of 5671ef is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110001 11101111
Octal 126 161 357
Decimal 86 113 239
Hex 56 71 EF

RGB Percentages of Color #5671ef

%19.63
%25.80
%54.57

CMYK Percentages of Color #5671ef

%64
%53
%0
%6

Triadic Colors of #5671ef

#5671ef #ef5671 #71ef56

Analogous Colors of #5671ef

#5671ef #8856ef #56beef

Monochromatic Colors of #5671ef

#5671ef

Complementary Color

#5671ef #efd456

#5671ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5671ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5671ef Color CSS Codes

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

#5671ef Text Font Color

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

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


#5671ef Background Color

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

This div background color is #5671ef


#5671ef Border Color

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

This div border color is #5671ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5671ef


Comments

No comments written yet.

Please login to write comment.