Color Hex Logo

#5b82ec Color Hex

#5B82EC
(91,130,236)
0 Favorites   0 Comments

Color spaces of #5b82ec

RGB 91130236
HSL0.620.790.64
HSV224°61°93°
CMYK 0.610.450.00   0.07
XYZ27.437324.245582.5906
Yxy24.24550.20430.1806
Hunter Lab49.239713.2941-64.9803
CIE-Lab56.332818.6698-57.6864

#5b82ec color RGB value is (91,130,236).

#5b82ec hex color red value is 91, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5b82ec hue: 0.62 , saturation: 0.79 and the lightness value of 5b82ec is 0.64.

The process color (four color CMYK) of #5b82ec color hex is 0.61, 0.45, 0.00, 0.07. Web safe color of #5b82ec is #6699ff. Color #5b82ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000010 11101100
Octal 133 202 354
Decimal 91 130 236
Hex 5B 82 EC

RGB Percentages of Color #5b82ec

%19.91
%28.45
%51.64

CMYK Percentages of Color #5b82ec

%61
%45
%0
%7

Triadic Colors of #5b82ec

#5b82ec #ec5b82 #82ec5b

Analogous Colors of #5b82ec

#5b82ec #7d5bec #5bcbec

Monochromatic Colors of #5b82ec

#5b82ec

Complementary Color

#5b82ec #ecc55b

#5b82ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b82ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b82ec Color CSS Codes

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

#5b82ec Text Font Color

<p style="color:#5b82ec">Text here</p>

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


#5b82ec Background Color

<div style="background-color:#5b82ec">
Div content here</div>

This div background color is #5b82ec


#5b82ec Border Color

<div style="border:3px solid #5b82ec">
Div here</div>

This div border color is #5b82ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,130,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b82ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b82ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5b82ec;
  box-shadow:         1px 1px 3px 2px #5b82ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,130,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b82ec


Comments

No comments written yet.

Please login to write comment.