Color Hex Logo

#295f93 Color Hex

#295F93
(41,95,147)
0 Favorites   0 Comments

Color spaces of #295f93

RGB 4195147
HSL0.580.560.37
HSV209°72°58°
CMYK 0.720.350.00   0.42
XYZ10.273110.762429.1397
Yxy10.76240.20470.2145
Hunter Lab32.8061-1.5141-29.6995
CIE-Lab39.17740.3387-33.7524

#295f93 color RGB value is (41,95,147).

#295f93 hex color red value is 41, green value is 95 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #295f93 hue: 0.58 , saturation: 0.56 and the lightness value of 295f93 is 0.37.

The process color (four color CMYK) of #295f93 color hex is 0.72, 0.35, 0.00, 0.42. Web safe color of #295f93 is #336699. Color #295f93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 10010011
Octal 51 137 223
Decimal 41 95 147
Hex 29 5F 93

RGB Percentages of Color #295f93

%14.49
%33.57
%51.94

CMYK Percentages of Color #295f93

%72
%35
%0
%42

Triadic Colors of #295f93

#295f93 #93295f #5f9329

Analogous Colors of #295f93

#295f93 #292a93 #299392

Monochromatic Colors of #295f93

#295f93

Complementary Color

#295f93 #935d29

#295f93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295f93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#295f93 Color CSS Codes

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

#295f93 Text Font Color

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

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


#295f93 Background Color

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

This div background color is #295f93


#295f93 Border Color

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

This div border color is #295f93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295f93


Comments

No comments written yet.

Please login to write comment.