Color Hex Logo

#290630 Color Hex

#290630
(41,6,48)
0 Favorites   0 Comments

Color spaces of #290630

RGB 41648
HSL0.810.780.11
HSV290°88°19°
CMYK 0.150.880.00   0.81
XYZ1.51310.81512.8739
Yxy0.81510.29090.1567
Hunter Lab9.028314.1163-12.5535
CIE-Lab7.362725.0790-19.2674

#290630 color RGB value is (41,6,48).

#290630 hex color red value is 41, green value is 6 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #290630 hue: 0.81 , saturation: 0.78 and the lightness value of 290630 is 0.11.

The process color (four color CMYK) of #290630 color hex is 0.15, 0.88, 0.00, 0.81. Web safe color of #290630 is #330033. Color #290630 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000110 00110000
Octal 51 6 60
Decimal 41 6 48
Hex 29 6 30

RGB Percentages of Color #290630

%43.16
%6.32
%50.53

CMYK Percentages of Color #290630

%15
%88
%0
%81

Triadic Colors of #290630

#290630 #302906 #063029

Analogous Colors of #290630

#290630 #300622 #140630

Monochromatic Colors of #290630

#290630

Complementary Color

#290630 #0d3006

#290630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290630 Color CSS Codes

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

#290630 Text Font Color

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

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


#290630 Background Color

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

This div background color is #290630


#290630 Border Color

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

This div border color is #290630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290630


Comments

No comments written yet.

Please login to write comment.