Color Hex Logo

#2d157b Color Hex

#2D157B
(45,21,123)
0 Favorites   0 Comments

Color spaces of #2d157b

RGB 4521123
HSL0.710.710.28
HSV254°83°48°
CMYK 0.630.830.00   0.52
XYZ4.92552.524318.9665
Yxy2.52430.18650.0956
Hunter Lab15.888027.5332-59.6563
CIE-Lab18.028139.7390-53.0271

#2d157b color RGB value is (45,21,123).

#2d157b hex color red value is 45, green value is 21 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #2d157b hue: 0.71 , saturation: 0.71 and the lightness value of 2d157b is 0.28.

The process color (four color CMYK) of #2d157b color hex is 0.63, 0.83, 0.00, 0.52. Web safe color of #2d157b is #330066. Color #2d157b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00010101 01111011
Octal 55 25 173
Decimal 45 21 123
Hex 2D 15 7B

RGB Percentages of Color #2d157b

%23.81
%11.11
%65.08

CMYK Percentages of Color #2d157b

%63
%83
%0
%52

Triadic Colors of #2d157b

#2d157b #7b2d15 #157b2d

Analogous Colors of #2d157b

#2d157b #60157b #15307b

Monochromatic Colors of #2d157b

#2d157b

Complementary Color

#2d157b #637b15

#2d157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d157b Color CSS Codes

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

#2d157b Text Font Color

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

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


#2d157b Background Color

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

This div background color is #2d157b


#2d157b Border Color

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

This div border color is #2d157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d157b


Comments

No comments written yet.

Please login to write comment.