Color Hex Logo

#2d48db Color Hex

#2D48DB
(45,72,219)
0 Favorites   0 Comments

Color spaces of #2d48db

RGB 4572219
HSL0.640.710.52
HSV231°79°86°
CMYK 0.790.670.00   0.14
XYZ16.185710.307168.1542
Yxy10.30710.17100.1089
Hunter Lab32.104733.8083-103.3920
CIE-Lab38.388042.7099-77.3108

#2d48db color RGB value is (45,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 01001000 11011011
Octal 55 110 333
Decimal 45 72 219
Hex 2D 48 DB

RGB Percentages of Color #2d48db

%13.39
%21.43
%65.18

CMYK Percentages of Color #2d48db

%79
%67
%0
%14

Triadic Colors of #2d48db

#2d48db #db2d48 #48db2d

Analogous Colors of #2d48db

#2d48db #692ddb #2d9fdb

Monochromatic Colors of #2d48db

#2d48db

Complementary Color

#2d48db #dbc02d

#2d48db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d48db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d48db Color CSS Codes

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

#2d48db Text Font Color

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

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


#2d48db Background Color

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

This div background color is #2d48db


#2d48db Border Color

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

This div border color is #2d48db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d48db


Comments

No comments written yet.

Please login to write comment.