Color Hex Logo

#2d5389 Color Hex

#2D5389
(45,83,137)
0 Favorites   0 Comments

Color spaces of #2d5389

RGB 4583137
HSL0.600.510.36
HSV215°67°54°
CMYK 0.670.390.00   0.46
XYZ8.69088.550524.8593
Yxy8.55050.20640.2031
Hunter Lab29.24121.8799-29.9362
CIE-Lab35.10404.9804-34.1276

#2d5389 color RGB value is (45,83,137).

#2d5389 hex color red value is 45, green value is 83 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #2d5389 hue: 0.60 , saturation: 0.51 and the lightness value of 2d5389 is 0.36.

The process color (four color CMYK) of #2d5389 color hex is 0.67, 0.39, 0.00, 0.46. Web safe color of #2d5389 is #336699. Color #2d5389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01010011 10001001
Octal 55 123 211
Decimal 45 83 137
Hex 2D 53 89

RGB Percentages of Color #2d5389

%16.98
%31.32
%51.70

CMYK Percentages of Color #2d5389

%67
%39
%0
%46

Triadic Colors of #2d5389

#2d5389 #892d53 #53892d

Analogous Colors of #2d5389

#2d5389 #352d89 #2d8189

Monochromatic Colors of #2d5389

#2d5389

Complementary Color

#2d5389 #89632d

#2d5389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d5389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d5389 Color CSS Codes

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

#2d5389 Text Font Color

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

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


#2d5389 Background Color

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

This div background color is #2d5389


#2d5389 Border Color

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

This div border color is #2d5389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d5389


Comments

No comments written yet.

Please login to write comment.