Color Hex Logo

#2d709e Color Hex

#2D709E
(45,112,158)
0 Favorites   0 Comments

Color spaces of #2d709e

RGB 45112158
HSL0.570.560.40
HSV204°72°62°
CMYK 0.720.290.00   0.38
XYZ13.047914.614934.4810
Yxy14.61490.21000.2352
Hunter Lab38.2294-5.9786-26.7159
CIE-Lab45.1022-5.4401-30.9747

#2d709e color RGB value is (45,112,158).

#2d709e hex color red value is 45, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #2d709e hue: 0.57 , saturation: 0.56 and the lightness value of 2d709e is 0.40.

The process color (four color CMYK) of #2d709e color hex is 0.72, 0.29, 0.00, 0.38. Web safe color of #2d709e is #336699. Color #2d709e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110000 10011110
Octal 55 160 236
Decimal 45 112 158
Hex 2D 70 9E

RGB Percentages of Color #2d709e

%14.29
%35.56
%50.16

CMYK Percentages of Color #2d709e

%72
%29
%0
%38

Triadic Colors of #2d709e

#2d709e #9e2d70 #709e2d

Analogous Colors of #2d709e

#2d709e #2d389e #2d9e94

Monochromatic Colors of #2d709e

#2d709e

Complementary Color

#2d709e #9e5b2d

#2d709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d709e Color CSS Codes

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

#2d709e Text Font Color

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

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


#2d709e Background Color

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

This div background color is #2d709e


#2d709e Border Color

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

This div border color is #2d709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d709e


Comments

No comments written yet.

Please login to write comment.