Color Hex Logo

#293868 Color Hex

#293868
(41,56,104)
0 Favorites   0 Comments

Color spaces of #293868

RGB 4156104
HSL0.630.430.28
HSV226°61°41°
CMYK 0.610.460.00   0.59
XYZ4.82734.299213.6721
Yxy4.29920.21170.1886
Hunter Lab20.73455.2720-24.5810
CIE-Lab24.636910.0058-30.0873

#293868 color RGB value is (41,56,104).

#293868 hex color red value is 41, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #293868 hue: 0.63 , saturation: 0.43 and the lightness value of 293868 is 0.28.

The process color (four color CMYK) of #293868 color hex is 0.61, 0.46, 0.00, 0.59. Web safe color of #293868 is #333366. Color #293868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111000 01101000
Octal 51 70 150
Decimal 41 56 104
Hex 29 38 68

RGB Percentages of Color #293868

%20.40
%27.86
%51.74

CMYK Percentages of Color #293868

%61
%46
%0
%59

Triadic Colors of #293868

#293868 #682938 #386829

Analogous Colors of #293868

#293868 #3a2968 #295868

Monochromatic Colors of #293868

#293868

Complementary Color

#293868 #685929

#293868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293868 Color CSS Codes

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

#293868 Text Font Color

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

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


#293868 Background Color

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

This div background color is #293868


#293868 Border Color

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

This div border color is #293868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293868


Comments

No comments written yet.

Please login to write comment.