Color Hex Logo

#2893eb Color Hex

#2893EB
(40,147,235)
0 Favorites   0 Comments

Color spaces of #2893eb

RGB 40147235
HSL0.580.830.54
HSV207°83°92°
CMYK 0.830.370.00   0.08
XYZ26.304227.316782.4835
Yxy27.31670.19330.2007
Hunter Lab52.2654-1.6287-56.9838
CIE-Lab59.26631.4120-52.5496

#2893eb color RGB value is (40,147,235).

#2893eb hex color red value is 40, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2893eb hue: 0.58 , saturation: 0.83 and the lightness value of 2893eb is 0.54.

The process color (four color CMYK) of #2893eb color hex is 0.83, 0.37, 0.00, 0.08. Web safe color of #2893eb is #3399ff. Color #2893eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010011 11101011
Octal 50 223 353
Decimal 40 147 235
Hex 28 93 EB

RGB Percentages of Color #2893eb

%9.48
%34.83
%55.69

CMYK Percentages of Color #2893eb

%83
%37
%0
%8

Triadic Colors of #2893eb

#2893eb #eb2893 #93eb28

Analogous Colors of #2893eb

#2893eb #2831eb #28ebe2

Monochromatic Colors of #2893eb

#2893eb

Complementary Color

#2893eb #eb8028

#2893eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2893eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2893eb Color CSS Codes

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

#2893eb Text Font Color

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

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


#2893eb Background Color

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

This div background color is #2893eb


#2893eb Border Color

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

This div border color is #2893eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2893eb


Comments

No comments written yet.

Please login to write comment.