Color Hex Logo

#294efa Color Hex

#294EFA
(41,78,250)
0 Favorites   0 Comments

Color spaces of #294efa

RGB 4178250
HSL0.640.950.57
HSV229°84°98°
CMYK 0.840.690.00   0.02
XYZ20.894212.822391.8162
Yxy12.82230.16640.1021
Hunter Lab35.808241.4908-126.9602
CIE-Lab42.494349.6324-88.0991

#294efa color RGB value is (41,78,250).

#294efa hex color red value is 41, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #294efa hue: 0.64 , saturation: 0.95 and the lightness value of 294efa is 0.57.

The process color (four color CMYK) of #294efa color hex is 0.84, 0.69, 0.00, 0.02. Web safe color of #294efa is #3366ff. Color #294efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001110 11111010
Octal 51 116 372
Decimal 41 78 250
Hex 29 4E FA

RGB Percentages of Color #294efa

%11.11
%21.14
%67.75

CMYK Percentages of Color #294efa

%84
%69
%0
%2

Triadic Colors of #294efa

#294efa #fa294e #4efa29

Analogous Colors of #294efa

#294efa #6d29fa #29b7fa

Monochromatic Colors of #294efa

#294efa

Complementary Color

#294efa #fad529

#294efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#294efa Color CSS Codes

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

#294efa Text Font Color

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

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


#294efa Background Color

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

This div background color is #294efa


#294efa Border Color

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

This div border color is #294efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,78,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294efa;
  -webkit-box-shadow: 1px 1px 3px 2px #294efa;
  box-shadow:         1px 1px 3px 2px #294efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294efa


Comments

No comments written yet.

Please login to write comment.