Color Hex Logo

#293093 Color Hex

#293093
(41,48,147)
0 Favorites   0 Comments

Color spaces of #293093

RGB 4148147
HSL0.660.560.37
HSV236°72°58°
CMYK 0.720.670.00   0.42
XYZ7.23794.691928.1279
Yxy4.69190.18070.1171
Hunter Lab21.660821.7389-61.8292
CIE-Lab25.838331.5935-55.2414

#293093 color RGB value is (41,48,147).

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

The process color (four color CMYK) of #293093 color hex is 0.72, 0.67, 0.00, 0.42. Web safe color of #293093 is #333399. Color #293093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 10010011
Octal 51 60 223
Decimal 41 48 147
Hex 29 30 93

RGB Percentages of Color #293093

%17.37
%20.34
%62.29

CMYK Percentages of Color #293093

%72
%67
%0
%42

Triadic Colors of #293093

#293093 #932930 #309329

Analogous Colors of #293093

#293093 #572993 #296593

Monochromatic Colors of #293093

#293093

Complementary Color

#293093 #938c29

#293093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293093 Color CSS Codes

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

#293093 Text Font Color

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

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


#293093 Background Color

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

This div background color is #293093


#293093 Border Color

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

This div border color is #293093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,48,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 #293093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293093


Comments

No comments written yet.

Please login to write comment.