Color Hex Logo

#290ccf Color Hex

#290CCF
(41,12,207)
0 Favorites   0 Comments

Color spaces of #290ccf

RGB 4112207
HSL0.690.890.43
HSV249°94°81°
CMYK 0.800.940.00   0.19
XYZ12.30845.239459.3941
Yxy5.23940.16000.0681
Hunter Lab22.889755.9270-137.8224
CIE-Lab27.406265.8677-88.5764

#290ccf color RGB value is (41,12,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001100 11001111
Octal 51 14 317
Decimal 41 12 207
Hex 29 C CF

RGB Percentages of Color #290ccf

%15.77
%4.62
%79.62

CMYK Percentages of Color #290ccf

%80
%94
%0
%19

Triadic Colors of #290ccf

#290ccf #cf290c #0ccf29

Analogous Colors of #290ccf

#290ccf #8b0ccf #0c51cf

Monochromatic Colors of #290ccf

#290ccf

Complementary Color

#290ccf #b2cf0c

#290ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#290ccf Color CSS Codes

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

#290ccf Text Font Color

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

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


#290ccf Background Color

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

This div background color is #290ccf


#290ccf Border Color

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

This div border color is #290ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290ccf


Comments

No comments written yet.

Please login to write comment.