Color Hex Logo

#295d71 Color Hex

#295D71
(41,93,113)
0 Favorites   0 Comments

Color spaces of #295d71

RGB 4193113
HSL0.550.470.30
HSV197°64°44°
CMYK 0.640.180.00   0.56
XYZ7.80949.492417.0434
Yxy9.49240.22740.2764
Hunter Lab30.8097-8.6723-11.2314
CIE-Lab36.9156-10.7159-16.5522

#295d71 color RGB value is (41,93,113).

#295d71 hex color red value is 41, green value is 93 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #295d71 hue: 0.55 , saturation: 0.47 and the lightness value of 295d71 is 0.30.

The process color (four color CMYK) of #295d71 color hex is 0.64, 0.18, 0.00, 0.56. Web safe color of #295d71 is #336666. Color #295d71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 01110001
Octal 51 135 161
Decimal 41 93 113
Hex 29 5D 71

RGB Percentages of Color #295d71

%16.60
%37.65
%45.75

CMYK Percentages of Color #295d71

%64
%18
%0
%56

Triadic Colors of #295d71

#295d71 #71295d #5d7129

Analogous Colors of #295d71

#295d71 #293971 #297161

Monochromatic Colors of #295d71

#295d71

Complementary Color

#295d71 #713d29

#295d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295d71 Color CSS Codes

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

#295d71 Text Font Color

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

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


#295d71 Background Color

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

This div background color is #295d71


#295d71 Border Color

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

This div border color is #295d71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,93,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295d71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295d71;
  -webkit-box-shadow: 1px 1px 3px 2px #295d71;
  box-shadow:         1px 1px 3px 2px #295d71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295d71


Comments

No comments written yet.

Please login to write comment.