Color Hex Logo

#293add Color Hex

#293ADD
(41,58,221)
0 Favorites   0 Comments

Color spaces of #293add

RGB 4158221
HSL0.650.730.51
HSV234°81°87°
CMYK 0.810.740.00   0.13
XYZ15.47878.718069.2735
Yxy8.71800.16560.0933
Hunter Lab29.526341.9050-118.4358
CIE-Lab35.435651.3406-83.3327

#293add color RGB value is (41,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111010 11011101
Octal 51 72 335
Decimal 41 58 221
Hex 29 3A DD

RGB Percentages of Color #293add

%12.81
%18.13
%69.06

CMYK Percentages of Color #293add

%81
%74
%0
%13

Triadic Colors of #293add

#293add #dd293a #3add29

Analogous Colors of #293add

#293add #7229dd #2994dd

Monochromatic Colors of #293add

#293add

Complementary Color

#293add #ddcc29

#293add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293add Color Preview on White Background

Lorem ipsum dolor sit amet.

#293add Color CSS Codes

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

#293add Text Font Color

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

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


#293add Background Color

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

This div background color is #293add


#293add Border Color

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

This div border color is #293add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293add


Comments

No comments written yet.

Please login to write comment.