Color Hex Logo

#2b4adb Color Hex

#2B4ADB
(43,74,219)
0 Favorites   0 Comments

Color spaces of #2b4adb

RGB 4374219
HSL0.640.710.51
HSV229°80°86°
CMYK 0.800.660.00   0.14
XYZ16.231210.525668.1940
Yxy10.52560.17090.1109
Hunter Lab32.443232.5273-101.9145
CIE-Lab38.769741.3244-76.6861

#2b4adb color RGB value is (43,74,219).

#2b4adb hex color red value is 43, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2b4adb hue: 0.64 , saturation: 0.71 and the lightness value of 2b4adb is 0.51.

The process color (four color CMYK) of #2b4adb color hex is 0.80, 0.66, 0.00, 0.14. Web safe color of #2b4adb is #3333cc. Color #2b4adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001010 11011011
Octal 53 112 333
Decimal 43 74 219
Hex 2B 4A DB

RGB Percentages of Color #2b4adb

%12.80
%22.02
%65.18

CMYK Percentages of Color #2b4adb

%80
%66
%0
%14

Triadic Colors of #2b4adb

#2b4adb #db2b4a #4adb2b

Analogous Colors of #2b4adb

#2b4adb #642bdb #2ba2db

Monochromatic Colors of #2b4adb

#2b4adb

Complementary Color

#2b4adb #dbbc2b

#2b4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4adb Color CSS Codes

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

#2b4adb Text Font Color

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

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


#2b4adb Background Color

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

This div background color is #2b4adb


#2b4adb Border Color

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

This div border color is #2b4adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,74,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4adb


Comments

No comments written yet.

Please login to write comment.