Color Hex Logo

#2b595e Color Hex

#2B595E
(43,89,94)
0 Favorites   0 Comments

Color spaces of #2b595e

RGB 438994
HSL0.520.370.27
HSV186°54°37°
CMYK 0.540.050.00   0.63
XYZ6.58908.466511.8766
Yxy8.46650.24470.3144
Hunter Lab29.0973-10.4993-3.8323
CIE-Lab34.9361-14.1539-7.7386

#2b595e color RGB value is (43,89,94).

#2b595e hex color red value is 43, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2b595e hue: 0.52 , saturation: 0.37 and the lightness value of 2b595e is 0.27.

The process color (four color CMYK) of #2b595e color hex is 0.54, 0.05, 0.00, 0.63. Web safe color of #2b595e is #336666. Color #2b595e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011001 01011110
Octal 53 131 136
Decimal 43 89 94
Hex 2B 59 5E

RGB Percentages of Color #2b595e

%19.03
%39.38
%41.59

CMYK Percentages of Color #2b595e

%54
%5
%0
%63

Triadic Colors of #2b595e

#2b595e #5e2b59 #595e2b

Analogous Colors of #2b595e

#2b595e #2b405e #2b5e4a

Monochromatic Colors of #2b595e

#2b595e

Complementary Color

#2b595e #5e302b

#2b595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b595e Color CSS Codes

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

#2b595e Text Font Color

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

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


#2b595e Background Color

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

This div background color is #2b595e


#2b595e Border Color

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

This div border color is #2b595e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,89,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b595e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b595e;
  -webkit-box-shadow: 1px 1px 3px 2px #2b595e;
  box-shadow:         1px 1px 3px 2px #2b595e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,89,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b595e


Comments

No comments written yet.

Please login to write comment.