Color Hex Logo

#295059 Color Hex

#295059
(41,80,89)
0 Favorites   0 Comments

Color spaces of #295059

RGB 418089
HSL0.530.370.25
HSV191°54°35°
CMYK 0.540.100.00   0.65
XYZ5.58636.930010.4944
Yxy6.93000.24280.3012
Hunter Lab26.3249-8.1898-5.2085
CIE-Lab31.6470-10.9740-9.5485

#295059 color RGB value is (41,80,89).

#295059 hex color red value is 41, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #295059 hue: 0.53 , saturation: 0.37 and the lightness value of 295059 is 0.25.

The process color (four color CMYK) of #295059 color hex is 0.54, 0.10, 0.00, 0.65. Web safe color of #295059 is #336666. Color #295059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 01011001
Octal 51 120 131
Decimal 41 80 89
Hex 29 50 59

RGB Percentages of Color #295059

%19.52
%38.10
%42.38

CMYK Percentages of Color #295059

%54
%10
%0
%65

Triadic Colors of #295059

#295059 #592950 #505929

Analogous Colors of #295059

#295059 #293859 #29594a

Monochromatic Colors of #295059

#295059

Complementary Color

#295059 #593229

#295059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295059 Color CSS Codes

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

#295059 Text Font Color

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

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


#295059 Background Color

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

This div background color is #295059


#295059 Border Color

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

This div border color is #295059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295059


Comments

No comments written yet.

Please login to write comment.