Color Hex Logo

#290555 Color Hex

#290555
(41,5,85)
0 Favorites   0 Comments

Color spaces of #290555

RGB 41585
HSL0.740.890.18
HSV267°94°33°
CMYK 0.520.940.00   0.67
XYZ2.60841.23588.6954
Yxy1.23580.20800.0986
Hunter Lab11.116722.4289-38.5947
CIE-Lab10.818935.2178-39.8876

#290555 color RGB value is (41,5,85).

#290555 hex color red value is 41, green value is 5 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #290555 hue: 0.74 , saturation: 0.89 and the lightness value of 290555 is 0.18.

The process color (four color CMYK) of #290555 color hex is 0.52, 0.94, 0.00, 0.67. Web safe color of #290555 is #330066. Color #290555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00000101 01010101
Octal 51 5 125
Decimal 41 5 85
Hex 29 5 55

RGB Percentages of Color #290555

%31.30
%3.82
%64.89

CMYK Percentages of Color #290555

%52
%94
%0
%67

Triadic Colors of #290555

#290555 #552905 #055529

Analogous Colors of #290555

#290555 #510555 #050955

Monochromatic Colors of #290555

#290555

Complementary Color

#290555 #315505

#290555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290555 Color CSS Codes

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

#290555 Text Font Color

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

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


#290555 Background Color

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

This div background color is #290555


#290555 Border Color

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

This div border color is #290555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290555


Comments

No comments written yet.

Please login to write comment.