Color Hex Logo

#293ecd Color Hex

#293ECD
(41,62,205)
0 Favorites   0 Comments

Color spaces of #293ecd

RGB 4162205
HSL0.650.670.48
HSV232°80°80°
CMYK 0.800.700.00   0.20
XYZ13.65658.324458.6446
Yxy8.32440.16940.1032
Hunter Lab28.852033.9981-100.3163
CIE-Lab34.649643.5638-75.3976

#293ecd color RGB value is (41,62,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111110 11001101
Octal 51 76 315
Decimal 41 62 205
Hex 29 3E CD

RGB Percentages of Color #293ecd

%13.31
%20.13
%66.56

CMYK Percentages of Color #293ecd

%80
%70
%0
%20

Triadic Colors of #293ecd

#293ecd #cd293e #3ecd29

Analogous Colors of #293ecd

#293ecd #6629cd #2990cd

Monochromatic Colors of #293ecd

#293ecd

Complementary Color

#293ecd #cdb829

#293ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#293ecd Color CSS Codes

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

#293ecd Text Font Color

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

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


#293ecd Background Color

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

This div background color is #293ecd


#293ecd Border Color

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

This div border color is #293ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293ecd


Comments

No comments written yet.

Please login to write comment.