Color Hex Logo

#2d5adb Color Hex

#2D5ADB
(45,90,219)
0 Favorites   0 Comments

Color spaces of #2d5adb

RGB 4590219
HSL0.620.710.52
HSV224°79°86°
CMYK 0.790.590.00   0.14
XYZ17.524512.984768.6005
Yxy12.98470.17680.1310
Hunter Lab36.034323.7496-87.6497
CIE-Lab42.740231.3905-70.1797

#2d5adb color RGB value is (45,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 01011010 11011011
Octal 55 132 333
Decimal 45 90 219
Hex 2D 5A DB

RGB Percentages of Color #2d5adb

%12.71
%25.42
%61.86

CMYK Percentages of Color #2d5adb

%79
%59
%0
%14

Triadic Colors of #2d5adb

#2d5adb #db2d5a #5adb2d

Analogous Colors of #2d5adb

#2d5adb #572ddb #2db1db

Monochromatic Colors of #2d5adb

#2d5adb

Complementary Color

#2d5adb #dbae2d

#2d5adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5adb Color CSS Codes

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

#2d5adb Text Font Color

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

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


#2d5adb Background Color

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

This div background color is #2d5adb


#2d5adb Border Color

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

This div border color is #2d5adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5adb


Comments

No comments written yet.

Please login to write comment.