Color Hex Logo

#293ddd Color Hex

#293DDD
(41,61,221)
0 Favorites   0 Comments

Color spaces of #293ddd

RGB 4161221
HSL0.650.730.51
HSV233°81°87°
CMYK 0.810.720.00   0.13
XYZ15.63439.029469.3254
Yxy9.02940.16630.0961
Hunter Lab30.049040.2868-115.7526
CIE-Lab36.040849.6436-82.3321

#293ddd color RGB value is (41,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111101 11011101
Octal 51 75 335
Decimal 41 61 221
Hex 29 3D DD

RGB Percentages of Color #293ddd

%12.69
%18.89
%68.42

CMYK Percentages of Color #293ddd

%81
%72
%0
%13

Triadic Colors of #293ddd

#293ddd #dd293d #3ddd29

Analogous Colors of #293ddd

#293ddd #6f29dd #2997dd

Monochromatic Colors of #293ddd

#293ddd

Complementary Color

#293ddd #ddc929

#293ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#293ddd Color CSS Codes

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

#293ddd Text Font Color

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

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


#293ddd Background Color

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

This div background color is #293ddd


#293ddd Border Color

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

This div border color is #293ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293ddd


Comments

No comments written yet.

Please login to write comment.