Color Hex Logo

#2d307d Color Hex

#2D307D
(45,48,125)
0 Favorites   0 Comments

Color spaces of #2d307d

RGB 4548125
HSL0.660.470.33
HSV238°64°49°
CMYK 0.640.620.00   0.51
XYZ5.84084.152519.8957
Yxy4.15250.19540.1389
Hunter Lab20.377715.5020-43.6233
CIE-Lab24.169324.1658-44.2340

#2d307d color RGB value is (45,48,125).

#2d307d hex color red value is 45, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #2d307d hue: 0.66 , saturation: 0.47 and the lightness value of 2d307d is 0.33.

The process color (four color CMYK) of #2d307d color hex is 0.64, 0.62, 0.00, 0.51. Web safe color of #2d307d is #333366. Color #2d307d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00110000 01111101
Octal 55 60 175
Decimal 45 48 125
Hex 2D 30 7D

RGB Percentages of Color #2d307d

%20.64
%22.02
%57.34

CMYK Percentages of Color #2d307d

%64
%62
%0
%51

Triadic Colors of #2d307d

#2d307d #7d2d30 #307d2d

Analogous Colors of #2d307d

#2d307d #522d7d #2d587d

Monochromatic Colors of #2d307d

#2d307d

Complementary Color

#2d307d #7d7a2d

#2d307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d307d Color CSS Codes

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

#2d307d Text Font Color

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

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


#2d307d Background Color

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

This div background color is #2d307d


#2d307d Border Color

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

This div border color is #2d307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d307d


Comments

No comments written yet.

Please login to write comment.