Color Hex Logo

#295fec Color Hex

#295FEC
(41,95,236)
0 Favorites   0 Comments

Color spaces of #295fec

RGB 4195236
HSL0.620.840.54
HSV223°83°93°
CMYK 0.830.600.00   0.07
XYZ20.147014.712081.1347
Yxy14.71200.17370.1268
Hunter Lab38.356226.6356-98.5664
CIE-Lab45.237234.1686-75.7386

#295fec color RGB value is (41,95,236).

#295fec hex color red value is 41, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #295fec hue: 0.62 , saturation: 0.84 and the lightness value of 295fec is 0.54.

The process color (four color CMYK) of #295fec color hex is 0.83, 0.60, 0.00, 0.07. Web safe color of #295fec is #3366ff. Color #295fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 11101100
Octal 51 137 354
Decimal 41 95 236
Hex 29 5F EC

RGB Percentages of Color #295fec

%11.02
%25.54
%63.44

CMYK Percentages of Color #295fec

%83
%60
%0
%7

Triadic Colors of #295fec

#295fec #ec295f #5fec29

Analogous Colors of #295fec

#295fec #5429ec #29c1ec

Monochromatic Colors of #295fec

#295fec

Complementary Color

#295fec #ecb629

#295fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#295fec Color CSS Codes

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

#295fec Text Font Color

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

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


#295fec Background Color

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

This div background color is #295fec


#295fec Border Color

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

This div border color is #295fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295fec


Comments

No comments written yet.

Please login to write comment.