Color Hex Logo

#2157eb Color Hex

#2157EB
(33,87,235)
0 Favorites   0 Comments

Color spaces of #2157eb

RGB 3387235
HSL0.620.830.53
HSV224°86°92°
CMYK 0.860.630.00   0.08
XYZ19.030813.137980.1301
Yxy13.13790.16950.1170
Hunter Lab36.246230.2891-105.7009
CIE-Lab42.970338.3291-78.8955

#2157eb color RGB value is (33,87,235).

#2157eb hex color red value is 33, green value is 87 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2157eb hue: 0.62 , saturation: 0.83 and the lightness value of 2157eb is 0.53.

The process color (four color CMYK) of #2157eb color hex is 0.86, 0.63, 0.00, 0.08. Web safe color of #2157eb is #3366ff. Color #2157eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010111 11101011
Octal 41 127 353
Decimal 33 87 235
Hex 21 57 EB

RGB Percentages of Color #2157eb

%9.30
%24.51
%66.20

CMYK Percentages of Color #2157eb

%86
%63
%0
%8

Triadic Colors of #2157eb

#2157eb #eb2157 #57eb21

Analogous Colors of #2157eb

#2157eb #5021eb #21bceb

Monochromatic Colors of #2157eb

#2157eb

Complementary Color

#2157eb #ebb521

#2157eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2157eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2157eb Color CSS Codes

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

#2157eb Text Font Color

<p style="color:#2157eb">Text here</p>

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


#2157eb Background Color

<div style="background-color:#2157eb">
Div content here</div>

This div background color is #2157eb


#2157eb Border Color

<div style="border:3px solid #2157eb">
Div here</div>

This div border color is #2157eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,87,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2157eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2157eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2157eb;
  box-shadow:         1px 1px 3px 2px #2157eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2157eb


Comments

No comments written yet.

Please login to write comment.