Color Hex Logo

#295781 Color Hex

#295781
(41,87,129)
0 Favorites   0 Comments

Color spaces of #295781

RGB 4187129
HSL0.580.520.33
HSV209°68°51°
CMYK 0.680.330.00   0.49
XYZ8.28518.872822.0448
Yxy8.87280.21130.2263
Hunter Lab29.7872-2.4792-23.0280
CIE-Lab35.7382-1.3143-28.2351

#295781 color RGB value is (41,87,129).

#295781 hex color red value is 41, green value is 87 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #295781 hue: 0.58 , saturation: 0.52 and the lightness value of 295781 is 0.33.

The process color (four color CMYK) of #295781 color hex is 0.68, 0.33, 0.00, 0.49. Web safe color of #295781 is #336699. Color #295781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010111 10000001
Octal 51 127 201
Decimal 41 87 129
Hex 29 57 81

RGB Percentages of Color #295781

%15.95
%33.85
%50.19

CMYK Percentages of Color #295781

%68
%33
%0
%49

Triadic Colors of #295781

#295781 #812957 #578129

Analogous Colors of #295781

#295781 #292b81 #29817f

Monochromatic Colors of #295781

#295781

Complementary Color

#295781 #815329

#295781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295781 Color CSS Codes

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

#295781 Text Font Color

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

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


#295781 Background Color

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

This div background color is #295781


#295781 Border Color

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

This div border color is #295781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295781


Comments

No comments written yet.

Please login to write comment.