Color Hex Logo

#2c4cdb Color Hex

#2C4CDB
(44,76,219)
0 Favorites   0 Comments

Color spaces of #2c4cdb

RGB 4476219
HSL0.640.710.52
HSV229°80°86°
CMYK 0.800.650.00   0.14
XYZ16.409310.818868.2412
Yxy10.81880.17190.1133
Hunter Lab32.891931.4901-99.9851
CIE-Lab39.273640.1633-75.8567

#2c4cdb color RGB value is (44,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 01001100 11011011
Octal 54 114 333
Decimal 44 76 219
Hex 2C 4C DB

RGB Percentages of Color #2c4cdb

%12.98
%22.42
%64.60

CMYK Percentages of Color #2c4cdb

%80
%65
%0
%14

Triadic Colors of #2c4cdb

#2c4cdb #db2c4c #4cdb2c

Analogous Colors of #2c4cdb

#2c4cdb #642cdb #2ca4db

Monochromatic Colors of #2c4cdb

#2c4cdb

Complementary Color

#2c4cdb #dbbb2c

#2c4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c4cdb Color CSS Codes

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

#2c4cdb Text Font Color

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

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


#2c4cdb Background Color

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

This div background color is #2c4cdb


#2c4cdb Border Color

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

This div border color is #2c4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c4cdb


Comments

No comments written yet.

Please login to write comment.