Color Hex Logo

#290cef Color Hex

#290CEF
(41,12,239)
0 Favorites   0 Comments

Color spaces of #290cef

RGB 4112239
HSL0.690.900.49
HSV248°95°94°
CMYK 0.830.950.00   0.06
XYZ16.62596.966482.1297
Yxy6.96640.15730.0659
Hunter Lab26.393966.2502-166.0162
CIE-Lab31.730373.8971-99.7645

#290cef color RGB value is (41,12,239).

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

The process color (four color CMYK) of #290cef color hex is 0.83, 0.95, 0.00, 0.06. Web safe color of #290cef is #3300ff. Color #290cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001100 11101111
Octal 51 14 357
Decimal 41 12 239
Hex 29 C EF

RGB Percentages of Color #290cef

%14.04
%4.11
%81.85

CMYK Percentages of Color #290cef

%83
%95
%0
%6

Triadic Colors of #290cef

#290cef #ef290c #0cef29

Analogous Colors of #290cef

#290cef #9b0cef #0c60ef

Monochromatic Colors of #290cef

#290cef

Complementary Color

#290cef #d2ef0c

#290cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#290cef Color CSS Codes

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

#290cef Text Font Color

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

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


#290cef Background Color

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

This div background color is #290cef


#290cef Border Color

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

This div border color is #290cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290cef


Comments

No comments written yet.

Please login to write comment.