Color Hex Logo

#2d429d Color Hex

#2D429D
(45,66,157)
0 Favorites   0 Comments

Color spaces of #2d429d

RGB 4566157
HSL0.640.550.40
HSV229°71°62°
CMYK 0.710.580.00   0.38
XYZ9.11626.888632.7475
Yxy6.88860.18700.1413
Hunter Lab26.246116.0685-55.6043
CIE-Lab31.551923.9080-52.0132

#2d429d color RGB value is (45,66,157).

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

The process color (four color CMYK) of #2d429d color hex is 0.71, 0.58, 0.00, 0.38. Web safe color of #2d429d is #333399. Color #2d429d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01000010 10011101
Octal 55 102 235
Decimal 45 66 157
Hex 2D 42 9D

RGB Percentages of Color #2d429d

%16.79
%24.63
%58.58

CMYK Percentages of Color #2d429d

%71
%58
%0
%38

Triadic Colors of #2d429d

#2d429d #9d2d42 #429d2d

Analogous Colors of #2d429d

#2d429d #502d9d #2d7a9d

Monochromatic Colors of #2d429d

#2d429d

Complementary Color

#2d429d #9d882d

#2d429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d429d Color CSS Codes

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

#2d429d Text Font Color

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

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


#2d429d Background Color

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

This div background color is #2d429d


#2d429d Border Color

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

This div border color is #2d429d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,66,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 #2d429d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d429d


Comments

No comments written yet.

Please login to write comment.