Color Hex Logo

#295fbc Color Hex

#295FBC
(41,95,188)
0 Favorites   0 Comments

Color spaces of #295fbc

RGB 4195188
HSL0.610.640.45
HSV218°78°74°
CMYK 0.780.490.00   0.26
XYZ14.083812.286749.2062
Yxy12.28670.18640.1626
Hunter Lab35.052410.3783-58.6940
CIE-Lab41.668216.0143-54.0514

#295fbc color RGB value is (41,95,188).

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

The process color (four color CMYK) of #295fbc color hex is 0.78, 0.49, 0.00, 0.26. Web safe color of #295fbc is #3366cc. Color #295fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 10111100
Octal 51 137 274
Decimal 41 95 188
Hex 29 5F BC

RGB Percentages of Color #295fbc

%12.65
%29.32
%58.02

CMYK Percentages of Color #295fbc

%78
%49
%0
%26

Triadic Colors of #295fbc

#295fbc #bc295f #5fbc29

Analogous Colors of #295fbc

#295fbc #3c29bc #29a9bc

Monochromatic Colors of #295fbc

#295fbc

Complementary Color

#295fbc #bc8629

#295fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#295fbc Color CSS Codes

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

#295fbc Text Font Color

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

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


#295fbc Background Color

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

This div background color is #295fbc


#295fbc Border Color

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

This div border color is #295fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295fbc


Comments

No comments written yet.

Please login to write comment.