Color Hex Logo

#295dfe Color Hex

#295DFE
(41,93,254)
0 Favorites   0 Comments

Color spaces of #295dfe

RGB 4193254
HSL0.630.990.58
HSV225°84°100°
CMYK 0.840.630.00   0.00
XYZ22.718215.455995.5518
Yxy15.45590.16990.1156
Hunter Lab39.314034.3495-116.5833
CIE-Lab46.252441.9707-84.1481

#295dfe color RGB value is (41,93,254).

#295dfe hex color red value is 41, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #295dfe hue: 0.63 , saturation: 0.99 and the lightness value of 295dfe is 0.58.

The process color (four color CMYK) of #295dfe color hex is 0.84, 0.63, 0.00, 0.00. Web safe color of #295dfe is #3366ff. Color #295dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 11111110
Octal 51 135 376
Decimal 41 93 254
Hex 29 5D FE

RGB Percentages of Color #295dfe

%10.57
%23.97
%65.46

CMYK Percentages of Color #295dfe

%84
%63
%0
%0

Triadic Colors of #295dfe

#295dfe #fe295d #5dfe29

Analogous Colors of #295dfe

#295dfe #6029fe #29c8fe

Monochromatic Colors of #295dfe

#295dfe

Complementary Color

#295dfe #feca29

#295dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#295dfe Color CSS Codes

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

#295dfe Text Font Color

<p style="color:#295dfe">Text here</p>

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


#295dfe Background Color

<div style="background-color:#295dfe">
Div content here</div>

This div background color is #295dfe


#295dfe Border Color

<div style="border:3px solid #295dfe">
Div here</div>

This div border color is #295dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,93,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #295dfe;
  box-shadow:         1px 1px 3px 2px #295dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295dfe


Comments

No comments written yet.

Please login to write comment.