Color Hex Logo

#295889 Color Hex

#295889
(41,88,137)
0 Favorites   0 Comments

Color spaces of #295889

RGB 4188137
HSL0.590.540.35
HSV211°70°54°
CMYK 0.700.360.00   0.46
XYZ8.91959.257024.9836
Yxy9.25700.20670.2145
Hunter Lab30.4253-0.9152-27.3880
CIE-Lab36.47451.0321-31.9682

#295889 color RGB value is (41,88,137).

#295889 hex color red value is 41, green value is 88 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #295889 hue: 0.59 , saturation: 0.54 and the lightness value of 295889 is 0.35.

The process color (four color CMYK) of #295889 color hex is 0.70, 0.36, 0.00, 0.46. Web safe color of #295889 is #336699. Color #295889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011000 10001001
Octal 51 130 211
Decimal 41 88 137
Hex 29 58 89

RGB Percentages of Color #295889

%15.41
%33.08
%51.50

CMYK Percentages of Color #295889

%70
%36
%0
%46

Triadic Colors of #295889

#295889 #892958 #588929

Analogous Colors of #295889

#295889 #2a2989 #298889

Monochromatic Colors of #295889

#295889

Complementary Color

#295889 #895a29

#295889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295889 Color CSS Codes

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

#295889 Text Font Color

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

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


#295889 Background Color

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

This div background color is #295889


#295889 Border Color

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

This div border color is #295889


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,88,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295889; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295889;
  -webkit-box-shadow: 1px 1px 3px 2px #295889;
  box-shadow:         1px 1px 3px 2px #295889; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,88,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295889


Comments

No comments written yet.

Please login to write comment.