Color Hex Logo

#290ffd Color Hex

#290FFD
(41,15,253)
0 Favorites   0 Comments

Color spaces of #290ffd

RGB 4115253
HSL0.680.980.53
HSV247°94°99°
CMYK 0.840.940.00   0.01
XYZ18.81497.904993.4627
Yxy7.90490.15660.0658
Hunter Lab28.115770.2492-177.4122
CIE-Lab33.784076.8147-104.2395

#290ffd color RGB value is (41,15,253).

#290ffd hex color red value is 41, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #290ffd hue: 0.68 , saturation: 0.98 and the lightness value of 290ffd is 0.53.

The process color (four color CMYK) of #290ffd color hex is 0.84, 0.94, 0.00, 0.01. Web safe color of #290ffd is #3300ff. Color #290ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001111 11111101
Octal 51 17 375
Decimal 41 15 253
Hex 29 F FD

RGB Percentages of Color #290ffd

%13.27
%4.85
%81.88

CMYK Percentages of Color #290ffd

%84
%94
%0
%1

Triadic Colors of #290ffd

#290ffd #fd290f #0ffd29

Analogous Colors of #290ffd

#290ffd #a00ffd #0f6cfd

Monochromatic Colors of #290ffd

#290ffd

Complementary Color

#290ffd #e3fd0f

#290ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#290ffd Color CSS Codes

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

#290ffd Text Font Color

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

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


#290ffd Background Color

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

This div background color is #290ffd


#290ffd Border Color

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

This div border color is #290ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290ffd


Comments

No comments written yet.

Please login to write comment.