Color Hex Logo

#293486 Color Hex

#293486
(41,52,134)
0 Favorites   0 Comments

Color spaces of #293486

RGB 4152134
HSL0.650.530.34
HSV233°69°53°
CMYK 0.690.610.00   0.47
XYZ6.44554.648623.1118
Yxy4.64860.18840.1359
Hunter Lab21.560615.6311-48.4632
CIE-Lab25.709224.1152-47.3914

#293486 color RGB value is (41,52,134).

#293486 hex color red value is 41, green value is 52 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #293486 hue: 0.65 , saturation: 0.53 and the lightness value of 293486 is 0.34.

The process color (four color CMYK) of #293486 color hex is 0.69, 0.61, 0.00, 0.47. Web safe color of #293486 is #333399. Color #293486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110100 10000110
Octal 51 64 206
Decimal 41 52 134
Hex 29 34 86

RGB Percentages of Color #293486

%18.06
%22.91
%59.03

CMYK Percentages of Color #293486

%69
%61
%0
%47

Triadic Colors of #293486

#293486 #862934 #348629

Analogous Colors of #293486

#293486 #4d2986 #296286

Monochromatic Colors of #293486

#293486

Complementary Color

#293486 #867b29

#293486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293486 Color CSS Codes

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

#293486 Text Font Color

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

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


#293486 Background Color

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

This div background color is #293486


#293486 Border Color

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

This div border color is #293486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293486


Comments

No comments written yet.

Please login to write comment.