Color Hex Logo

#293ddc Color Hex

#293DDC
(41,61,220)
0 Favorites   0 Comments

Color spaces of #293ddc

RGB 4161220
HSL0.650.720.51
HSV233°81°86°
CMYK 0.810.720.00   0.14
XYZ15.50158.976268.6257
Yxy8.97620.16650.0964
Hunter Lab29.960339.9256-114.8347
CIE-Lab35.938449.3072-81.9279

#293ddc color RGB value is (41,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111101 11011100
Octal 51 75 334
Decimal 41 61 220
Hex 29 3D DC

RGB Percentages of Color #293ddc

%12.73
%18.94
%68.32

CMYK Percentages of Color #293ddc

%81
%72
%0
%14

Triadic Colors of #293ddc

#293ddc #dc293d #3ddc29

Analogous Colors of #293ddc

#293ddc #6f29dc #2997dc

Monochromatic Colors of #293ddc

#293ddc

Complementary Color

#293ddc #dcc829

#293ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#293ddc Color CSS Codes

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

#293ddc Text Font Color

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

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


#293ddc Background Color

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

This div background color is #293ddc


#293ddc Border Color

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

This div border color is #293ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293ddc


Comments

No comments written yet.

Please login to write comment.