Color Hex Logo

#293dce Color Hex

#293DCE
(41,61,206)
0 Favorites   0 Comments

Color spaces of #293dce

RGB 4161206
HSL0.650.670.48
HSV233°80°81°
CMYK 0.800.700.00   0.19
XYZ13.72388.265159.2645
Yxy8.26510.16890.1017
Hunter Lab28.749134.8987-102.0984
CIE-Lab34.529044.5129-76.1768

#293dce color RGB value is (41,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111101 11001110
Octal 51 75 316
Decimal 41 61 206
Hex 29 3D CE

RGB Percentages of Color #293dce

%13.31
%19.81
%66.88

CMYK Percentages of Color #293dce

%80
%70
%0
%19

Triadic Colors of #293dce

#293dce #ce293d #3dce29

Analogous Colors of #293dce

#293dce #6829ce #2990ce

Monochromatic Colors of #293dce

#293dce

Complementary Color

#293dce #ceba29

#293dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#293dce Color CSS Codes

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

#293dce Text Font Color

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

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


#293dce Background Color

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

This div background color is #293dce


#293dce Border Color

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

This div border color is #293dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293dce

#293dce Color Palettes


Comments

No comments written yet.

Please login to write comment.