Color Hex Logo

#2b4cdb Color Hex

#2B4CDB
(43,76,219)
0 Favorites   0 Comments

Color spaces of #2b4cdb

RGB 4376219
HSL0.640.710.51
HSV229°80°86°
CMYK 0.800.650.00   0.14
XYZ16.366910.796968.2392
Yxy10.79690.17160.1132
Hunter Lab32.858631.4083-100.1295
CIE-Lab39.236340.0842-75.9194

#2b4cdb color RGB value is (43,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001100 11011011
Octal 53 114 333
Decimal 43 76 219
Hex 2B 4C DB

RGB Percentages of Color #2b4cdb

%12.72
%22.49
%64.79

CMYK Percentages of Color #2b4cdb

%80
%65
%0
%14

Triadic Colors of #2b4cdb

#2b4cdb #db2b4c #4cdb2b

Analogous Colors of #2b4cdb

#2b4cdb #622bdb #2ba4db

Monochromatic Colors of #2b4cdb

#2b4cdb

Complementary Color

#2b4cdb #dbba2b

#2b4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4cdb Color CSS Codes

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

#2b4cdb Text Font Color

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

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


#2b4cdb Background Color

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

This div background color is #2b4cdb


#2b4cdb Border Color

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

This div border color is #2b4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4cdb


Comments

No comments written yet.

Please login to write comment.