Color Hex Logo

#295fcb Color Hex

#295FCB
(41,95,203)
0 Favorites   0 Comments

Color spaces of #295fcb

RGB 4195203
HSL0.610.660.48
HSV220°80°80°
CMYK 0.800.530.00   0.20
XYZ15.786212.967658.1709
Yxy12.96760.18160.1492
Hunter Lab36.010615.2318-70.5688
CIE-Lab42.714421.7627-61.0534

#295fcb color RGB value is (41,95,203).

#295fcb hex color red value is 41, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #295fcb hue: 0.61 , saturation: 0.66 and the lightness value of 295fcb is 0.48.

The process color (four color CMYK) of #295fcb color hex is 0.80, 0.53, 0.00, 0.20. Web safe color of #295fcb is #3366cc. Color #295fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 11001011
Octal 51 137 313
Decimal 41 95 203
Hex 29 5F CB

RGB Percentages of Color #295fcb

%12.09
%28.02
%59.88

CMYK Percentages of Color #295fcb

%80
%53
%0
%20

Triadic Colors of #295fcb

#295fcb #cb295f #5fcb29

Analogous Colors of #295fcb

#295fcb #4429cb #29b0cb

Monochromatic Colors of #295fcb

#295fcb

Complementary Color

#295fcb #cb9529

#295fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#295fcb Color CSS Codes

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

#295fcb Text Font Color

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

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


#295fcb Background Color

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

This div background color is #295fcb


#295fcb Border Color

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

This div border color is #295fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295fcb


Comments

No comments written yet.

Please login to write comment.