Color Hex Logo

#2b5aeb Color Hex

#2B5AEB
(43,90,235)
0 Favorites   0 Comments

Color spaces of #2b5aeb

RGB 4390235
HSL0.630.830.55
HSV225°82°92°
CMYK 0.820.620.00   0.08
XYZ19.647813.824180.2300
Yxy13.82410.17280.1216
Hunter Lab37.180829.2601-101.9115
CIE-Lab43.979637.1063-77.2303

#2b5aeb color RGB value is (43,90,235).

#2b5aeb hex color red value is 43, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2b5aeb hue: 0.63 , saturation: 0.83 and the lightness value of 2b5aeb is 0.55.

The process color (four color CMYK) of #2b5aeb color hex is 0.82, 0.62, 0.00, 0.08. Web safe color of #2b5aeb is #3366ff. Color #2b5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011010 11101011
Octal 53 132 353
Decimal 43 90 235
Hex 2B 5A EB

RGB Percentages of Color #2b5aeb

%11.68
%24.46
%63.86

CMYK Percentages of Color #2b5aeb

%82
%62
%0
%8

Triadic Colors of #2b5aeb

#2b5aeb #eb2b5a #5aeb2b

Analogous Colors of #2b5aeb

#2b5aeb #5c2beb #2bbaeb

Monochromatic Colors of #2b5aeb

#2b5aeb

Complementary Color

#2b5aeb #ebbc2b

#2b5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5aeb Color CSS Codes

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

#2b5aeb Text Font Color

<p style="color:#2b5aeb">Text here</p>

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


#2b5aeb Background Color

<div style="background-color:#2b5aeb">
Div content here</div>

This div background color is #2b5aeb


#2b5aeb Border Color

<div style="border:3px solid #2b5aeb">
Div here</div>

This div border color is #2b5aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,90,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b5aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b5aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #2b5aeb;
  box-shadow:         1px 1px 3px 2px #2b5aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,90,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 #2b5aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5aeb


Comments

No comments written yet.

Please login to write comment.