Color Hex Logo

#2d4c79 Color Hex

#2D4C79
(45,76,121)
0 Favorites   0 Comments

Color spaces of #2d4c79

RGB 4576121
HSL0.600.460.33
HSV216°63°47°
CMYK 0.630.370.00   0.53
XYZ7.11787.107219.0858
Yxy7.10720.21370.2134
Hunter Lab26.65931.0040-23.7850
CIE-Lab32.04973.6415-29.0857

#2d4c79 color RGB value is (45,76,121).

#2d4c79 hex color red value is 45, green value is 76 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #2d4c79 hue: 0.60 , saturation: 0.46 and the lightness value of 2d4c79 is 0.33.

The process color (four color CMYK) of #2d4c79 color hex is 0.63, 0.37, 0.00, 0.53. Web safe color of #2d4c79 is #333366. Color #2d4c79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01001100 01111001
Octal 55 114 171
Decimal 45 76 121
Hex 2D 4C 79

RGB Percentages of Color #2d4c79

%18.60
%31.40
%50.00

CMYK Percentages of Color #2d4c79

%63
%37
%0
%53

Triadic Colors of #2d4c79

#2d4c79 #792d4c #4c792d

Analogous Colors of #2d4c79

#2d4c79 #342d79 #2d7279

Monochromatic Colors of #2d4c79

#2d4c79

Complementary Color

#2d4c79 #795a2d

#2d4c79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d4c79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d4c79 Color CSS Codes

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

#2d4c79 Text Font Color

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

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


#2d4c79 Background Color

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

This div background color is #2d4c79


#2d4c79 Border Color

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

This div border color is #2d4c79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d4c79

#2d4c79 Color Palettes


Comments

No comments written yet.

Please login to write comment.