Color Hex Logo

#2d5abb Color Hex

#2D5ABB
(45,90,187)
0 Favorites   0 Comments

Color spaces of #2d5abb

RGB 4590187
HSL0.610.610.45
HSV221°76°73°
CMYK 0.760.520.00   0.27
XYZ13.708011.458148.5028
Yxy11.45810.18610.1555
Hunter Lab33.849813.0491-61.2607
CIE-Lab40.341619.3580-55.6039

#2d5abb color RGB value is (45,90,187).

#2d5abb hex color red value is 45, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2d5abb hue: 0.61 , saturation: 0.61 and the lightness value of 2d5abb is 0.45.

The process color (four color CMYK) of #2d5abb color hex is 0.76, 0.52, 0.00, 0.27. Web safe color of #2d5abb is #3366cc. Color #2d5abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01011010 10111011
Octal 55 132 273
Decimal 45 90 187
Hex 2D 5A BB

RGB Percentages of Color #2d5abb

%13.98
%27.95
%58.07

CMYK Percentages of Color #2d5abb

%76
%52
%0
%27

Triadic Colors of #2d5abb

#2d5abb #bb2d5a #5abb2d

Analogous Colors of #2d5abb

#2d5abb #472dbb #2da1bb

Monochromatic Colors of #2d5abb

#2d5abb

Complementary Color

#2d5abb #bb8e2d

#2d5abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5abb Color CSS Codes

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

#2d5abb Text Font Color

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

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


#2d5abb Background Color

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

This div background color is #2d5abb


#2d5abb Border Color

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

This div border color is #2d5abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,90,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5abb


Comments

No comments written yet.

Please login to write comment.