Color Hex Logo

#293fdd Color Hex

#293FDD
(41,63,221)
0 Favorites   0 Comments

Color spaces of #293fdd

RGB 4163221
HSL0.650.730.51
HSV233°81°87°
CMYK 0.810.710.00   0.13
XYZ15.74319.246969.3617
Yxy9.24690.16690.0980
Hunter Lab30.408739.1972-113.9533
CIE-Lab36.455448.4908-81.6474

#293fdd color RGB value is (41,63,221).

#293fdd hex color red value is 41, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #293fdd hue: 0.65 , saturation: 0.73 and the lightness value of 293fdd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111111 11011101
Octal 51 77 335
Decimal 41 63 221
Hex 29 3F DD

RGB Percentages of Color #293fdd

%12.62
%19.38
%68.00

CMYK Percentages of Color #293fdd

%81
%71
%0
%13

Triadic Colors of #293fdd

#293fdd #dd293f #3fdd29

Analogous Colors of #293fdd

#293fdd #6d29dd #2999dd

Monochromatic Colors of #293fdd

#293fdd

Complementary Color

#293fdd #ddc729

#293fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#293fdd Color CSS Codes

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

#293fdd Text Font Color

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

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


#293fdd Background Color

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

This div background color is #293fdd


#293fdd Border Color

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

This div border color is #293fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293fdd


Comments

No comments written yet.

Please login to write comment.