Color Hex Logo

#2d519d Color Hex

#2D519D
(45,81,157)
0 Favorites   0 Comments

Color spaces of #2d519d

RGB 4581157
HSL0.610.550.40
HSV221°71°62°
CMYK 0.710.480.00   0.38
XYZ10.11048.877133.0789
Yxy8.87710.19420.1705
Hunter Lab29.79458.4316-44.9698
CIE-Lab35.746613.8625-45.2316

#2d519d color RGB value is (45,81,157).

#2d519d hex color red value is 45, green value is 81 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2d519d hue: 0.61 , saturation: 0.55 and the lightness value of 2d519d is 0.40.

The process color (four color CMYK) of #2d519d color hex is 0.71, 0.48, 0.00, 0.38. Web safe color of #2d519d is #336699. Color #2d519d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01010001 10011101
Octal 55 121 235
Decimal 45 81 157
Hex 2D 51 9D

RGB Percentages of Color #2d519d

%15.90
%28.62
%55.48

CMYK Percentages of Color #2d519d

%71
%48
%0
%38

Triadic Colors of #2d519d

#2d519d #9d2d51 #519d2d

Analogous Colors of #2d519d

#2d519d #412d9d #2d899d

Monochromatic Colors of #2d519d

#2d519d

Complementary Color

#2d519d #9d792d

#2d519d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d519d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d519d Color CSS Codes

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

#2d519d Text Font Color

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

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


#2d519d Background Color

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

This div background color is #2d519d


#2d519d Border Color

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

This div border color is #2d519d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d519d


Comments

No comments written yet.

Please login to write comment.