Color Hex Logo

#293fcb Color Hex

#293FCB
(41,63,203)
0 Favorites   0 Comments

Color spaces of #293fcb

RGB 4163203
HSL0.640.660.48
HSV232°80°80°
CMYK 0.800.690.00   0.20
XYZ13.47158.338257.3993
Yxy8.33820.17010.1053
Hunter Lab28.875932.7428-97.6429
CIE-Lab34.677542.2553-74.1893

#293fcb color RGB value is (41,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111111 11001011
Octal 51 77 313
Decimal 41 63 203
Hex 29 3F CB

RGB Percentages of Color #293fcb

%13.36
%20.52
%66.12

CMYK Percentages of Color #293fcb

%80
%69
%0
%20

Triadic Colors of #293fcb

#293fcb #cb293f #3fcb29

Analogous Colors of #293fcb

#293fcb #6429cb #2990cb

Monochromatic Colors of #293fcb

#293fcb

Complementary Color

#293fcb #cbb529

#293fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#293fcb Color CSS Codes

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

#293fcb Text Font Color

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

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


#293fcb Background Color

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

This div background color is #293fcb


#293fcb Border Color

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

This div border color is #293fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293fcb


Comments

No comments written yet.

Please login to write comment.