Color Hex Logo

#290ccb Color Hex

#290CCB
(41,12,203)
0 Favorites   0 Comments

Color spaces of #290ccb

RGB 4112203
HSL0.690.890.42
HSV249°94°80°
CMYK 0.800.940.00   0.20
XYZ11.82545.046256.8506
Yxy5.04620.16040.0684
Hunter Lab22.463754.6547-134.3248
CIE-Lab26.866064.8431-87.1410

#290ccb color RGB value is (41,12,203).

#290ccb hex color red value is 41, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #290ccb hue: 0.69 , saturation: 0.89 and the lightness value of 290ccb is 0.42.

The process color (four color CMYK) of #290ccb color hex is 0.80, 0.94, 0.00, 0.20. Web safe color of #290ccb is #3300cc. Color #290ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001100 11001011
Octal 51 14 313
Decimal 41 12 203
Hex 29 C CB

RGB Percentages of Color #290ccb

%16.02
%4.69
%79.30

CMYK Percentages of Color #290ccb

%80
%94
%0
%20

Triadic Colors of #290ccb

#290ccb #cb290c #0ccb29

Analogous Colors of #290ccb

#290ccb #890ccb #0c4fcb

Monochromatic Colors of #290ccb

#290ccb

Complementary Color

#290ccb #aecb0c

#290ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#290ccb Color CSS Codes

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

#290ccb Text Font Color

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

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


#290ccb Background Color

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

This div background color is #290ccb


#290ccb Border Color

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

This div border color is #290ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290ccb


Comments

No comments written yet.

Please login to write comment.