Color Hex Logo

#293286 Color Hex

#293286
(41,50,134)
0 Favorites   0 Comments

Color spaces of #293286

RGB 4150134
HSL0.650.530.34
HSV234°69°53°
CMYK 0.690.630.00   0.47
XYZ6.35814.473923.0827
Yxy4.47390.18750.1319
Hunter Lab21.151616.6412-49.8970
CIE-Lab25.180025.4704-48.2537

#293286 color RGB value is (41,50,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 10000110
Octal 51 62 206
Decimal 41 50 134
Hex 29 32 86

RGB Percentages of Color #293286

%18.22
%22.22
%59.56

CMYK Percentages of Color #293286

%69
%63
%0
%47

Triadic Colors of #293286

#293286 #862932 #328629

Analogous Colors of #293286

#293286 #4f2986 #296186

Monochromatic Colors of #293286

#293286

Complementary Color

#293286 #867d29

#293286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293286 Color CSS Codes

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

#293286 Text Font Color

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

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


#293286 Background Color

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

This div background color is #293286


#293286 Border Color

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

This div border color is #293286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293286


Comments

No comments written yet.

Please login to write comment.