Color Hex Logo

#293993 Color Hex

#293993
(41,57,147)
0 Favorites   0 Comments

Color spaces of #293993

RGB 4157147
HSL0.640.560.37
HSV231°72°58°
CMYK 0.720.610.00   0.42
XYZ7.64405.504328.2633
Yxy5.50430.18460.1329
Hunter Lab23.461217.1006-55.0026
CIE-Lab28.125725.6257-51.5016

#293993 color RGB value is (41,57,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111001 10010011
Octal 51 71 223
Decimal 41 57 147
Hex 29 39 93

RGB Percentages of Color #293993

%16.73
%23.27
%60.00

CMYK Percentages of Color #293993

%72
%61
%0
%42

Triadic Colors of #293993

#293993 #932939 #399329

Analogous Colors of #293993

#293993 #4e2993 #296e93

Monochromatic Colors of #293993

#293993

Complementary Color

#293993 #938329

#293993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293993 Color CSS Codes

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

#293993 Text Font Color

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

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


#293993 Background Color

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

This div background color is #293993


#293993 Border Color

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

This div border color is #293993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293993


Comments

No comments written yet.

Please login to write comment.