Color Hex Logo

#293f87 Color Hex

#293F87
(41,63,135)
0 Favorites   0 Comments

Color spaces of #293f87

RGB 4163135
HSL0.630.530.35
HSV226°70°53°
CMYK 0.700.530.00   0.47
XYZ7.06515.775723.6641
Yxy5.77570.19350.1582
Hunter Lab24.032710.4180-41.5578
CIE-Lab28.839416.9578-42.9375

#293f87 color RGB value is (41,63,135).

#293f87 hex color red value is 41, green value is 63 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #293f87 hue: 0.63 , saturation: 0.53 and the lightness value of 293f87 is 0.35.

The process color (four color CMYK) of #293f87 color hex is 0.70, 0.53, 0.00, 0.47. Web safe color of #293f87 is #333399. Color #293f87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111111 10000111
Octal 51 77 207
Decimal 41 63 135
Hex 29 3F 87

RGB Percentages of Color #293f87

%17.15
%26.36
%56.49

CMYK Percentages of Color #293f87

%70
%53
%0
%47

Triadic Colors of #293f87

#293f87 #87293f #3f8729

Analogous Colors of #293f87

#293f87 #422987 #296e87

Monochromatic Colors of #293f87

#293f87

Complementary Color

#293f87 #877129

#293f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293f87 Color CSS Codes

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

#293f87 Text Font Color

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

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


#293f87 Background Color

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

This div background color is #293f87


#293f87 Border Color

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

This div border color is #293f87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,63,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293f87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293f87;
  -webkit-box-shadow: 1px 1px 3px 2px #293f87;
  box-shadow:         1px 1px 3px 2px #293f87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293f87


Comments

No comments written yet.

Please login to write comment.