Color Hex Logo

#295dcb Color Hex

#295DCB
(41,93,203)
0 Favorites   0 Comments

Color spaces of #295dcb

RGB 4193203
HSL0.610.660.48
HSV221°80°80°
CMYK 0.800.540.00   0.20
XYZ15.608312.611958.1116
Yxy12.61190.18080.1461
Hunter Lab35.513216.3038-72.1591
CIE-Lab42.172623.0619-61.9324

#295dcb color RGB value is (41,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011101 11001011
Octal 51 135 313
Decimal 41 93 203
Hex 29 5D CB

RGB Percentages of Color #295dcb

%12.17
%27.60
%60.24

CMYK Percentages of Color #295dcb

%80
%54
%0
%20

Triadic Colors of #295dcb

#295dcb #cb295d #5dcb29

Analogous Colors of #295dcb

#295dcb #4629cb #29aecb

Monochromatic Colors of #295dcb

#295dcb

Complementary Color

#295dcb #cb9729

#295dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#295dcb Color CSS Codes

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

#295dcb Text Font Color

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

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


#295dcb Background Color

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

This div background color is #295dcb


#295dcb Border Color

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

This div border color is #295dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,93,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 #295dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #295dcb


Comments

No comments written yet.

Please login to write comment.