Color Hex Logo

#2d749f Color Hex

#2D749F
(45,116,159)
0 Favorites   0 Comments

Color spaces of #2d749f

RGB 45116159
HSL0.560.560.40
HSV203°72°62°
CMYK 0.720.270.00   0.38
XYZ13.585615.551935.0867
Yxy15.55190.21150.2422
Hunter Lab39.4359-7.5199-25.1461
CIE-Lab46.3810-7.4569-29.5634

#2d749f color RGB value is (45,116,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 01110100 10011111
Octal 55 164 237
Decimal 45 116 159
Hex 2D 74 9F

RGB Percentages of Color #2d749f

%14.06
%36.25
%49.69

CMYK Percentages of Color #2d749f

%72
%27
%0
%38

Triadic Colors of #2d749f

#2d749f #9f2d74 #749f2d

Analogous Colors of #2d749f

#2d749f #2d3b9f #2d9f91

Monochromatic Colors of #2d749f

#2d749f

Complementary Color

#2d749f #9f582d

#2d749f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d749f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d749f Color CSS Codes

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

#2d749f Text Font Color

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

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


#2d749f Background Color

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

This div background color is #2d749f


#2d749f Border Color

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

This div border color is #2d749f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d749f


Comments

No comments written yet.

Please login to write comment.