Color Hex Logo

#293acb Color Hex

#293ACB
(41,58,203)
0 Favorites   0 Comments

Color spaces of #293acb

RGB 4158203
HSL0.650.660.48
HSV234°80°80°
CMYK 0.800.710.00   0.20
XYZ13.20707.809357.3112
Yxy7.80930.16860.0997
Hunter Lab27.945135.4560-102.0332
CIE-Lab33.582545.2576-75.9945

#293acb color RGB value is (41,58,203).

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

The process color (four color CMYK) of #293acb color hex is 0.80, 0.71, 0.00, 0.20. Web safe color of #293acb is #3333cc. Color #293acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111010 11001011
Octal 51 72 313
Decimal 41 58 203
Hex 29 3A CB

RGB Percentages of Color #293acb

%13.58
%19.21
%67.22

CMYK Percentages of Color #293acb

%80
%71
%0
%20

Triadic Colors of #293acb

#293acb #cb293a #3acb29

Analogous Colors of #293acb

#293acb #6929cb #298bcb

Monochromatic Colors of #293acb

#293acb

Complementary Color

#293acb #cbba29

#293acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#293acb Color CSS Codes

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

#293acb Text Font Color

<p style="color:#293acb">Text here</p>

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


#293acb Background Color

<div style="background-color:#293acb">
Div content here</div>

This div background color is #293acb


#293acb Border Color

<div style="border:3px solid #293acb">
Div here</div>

This div border color is #293acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293acb


Comments

No comments written yet.

Please login to write comment.