Color Hex Logo

#290525 Color Hex

#290525
(41,5,37)
0 Favorites   0 Comments

Color spaces of #290525

RGB 41537
HSL0.850.780.09
HSV307°88°16°
CMYK 0.000.880.10   0.84
XYZ1.30270.71351.8193
Yxy0.71350.33960.1860
Hunter Lab8.446912.7466-6.8571
CIE-Lab6.445022.9115-12.4320

#290525 color RGB value is (41,5,37).

#290525 hex color red value is 41, green value is 5 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #290525 hue: 0.85 , saturation: 0.78 and the lightness value of 290525 is 0.09.

The process color (four color CMYK) of #290525 color hex is 0.00, 0.88, 0.10, 0.84. Web safe color of #290525 is #330033. Color #290525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 00100101
Octal 51 5 45
Decimal 41 5 37
Hex 29 5 25

RGB Percentages of Color #290525

%49.40
%6.02
%44.58

CMYK Percentages of Color #290525

%0
%88
%10
%84

Triadic Colors of #290525

#290525 #252905 #052529

Analogous Colors of #290525

#290525 #290513 #1b0529

Monochromatic Colors of #290525

#290525

Complementary Color

#290525 #052909

#290525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290525 Color CSS Codes

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

#290525 Text Font Color

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

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


#290525 Background Color

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

This div background color is #290525


#290525 Border Color

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

This div border color is #290525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290525


Comments

No comments written yet.

Please login to write comment.