Color Hex Logo

#292980 Color Hex

#292980
(41,41,128)
0 Favorites   0 Comments

Color spaces of #292980

RGB 4141128
HSL0.670.510.33
HSV240°68°50°
CMYK 0.680.680.00   0.50
XYZ5.60373.615820.8246
Yxy3.61580.18650.1203
Hunter Lab19.015319.3263-51.6209
CIE-Lab22.358329.2651-49.0959

#292980 color RGB value is (41,41,128).

#292980 hex color red value is 41, green value is 41 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #292980 hue: 0.67 , saturation: 0.51 and the lightness value of 292980 is 0.33.

The process color (four color CMYK) of #292980 color hex is 0.68, 0.68, 0.00, 0.50. Web safe color of #292980 is #333399. Color #292980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101001 10000000
Octal 51 51 200
Decimal 41 41 128
Hex 29 29 80

RGB Percentages of Color #292980

%19.52
%19.52
%60.95

CMYK Percentages of Color #292980

%68
%68
%0
%50

Triadic Colors of #292980

#292980 #802929 #298029

Analogous Colors of #292980

#292980 #552980 #295580

Monochromatic Colors of #292980

#292980

Complementary Color

#292980 #808029

#292980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#292980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#292980 Color CSS Codes

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

#292980 Text Font Color

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

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


#292980 Background Color

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

This div background color is #292980


#292980 Border Color

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

This div border color is #292980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #292980


Comments

No comments written yet.

Please login to write comment.