Color Hex Logo

#293acd Color Hex

#293ACD
(41,58,205)
0 Favorites   0 Comments

Color spaces of #293acd

RGB 4158205
HSL0.650.670.48
HSV234°80°80°
CMYK 0.800.720.00   0.20
XYZ13.44707.905358.5748
Yxy7.90530.16820.0989
Hunter Lab28.116436.1662-103.8374
CIE-Lab33.784945.9448-76.8238

#293acd color RGB value is (41,58,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111010 11001101
Octal 51 72 315
Decimal 41 58 205
Hex 29 3A CD

RGB Percentages of Color #293acd

%13.49
%19.08
%67.43

CMYK Percentages of Color #293acd

%80
%72
%0
%20

Triadic Colors of #293acd

#293acd #cd293a #3acd29

Analogous Colors of #293acd

#293acd #6a29cd #298ccd

Monochromatic Colors of #293acd

#293acd

Complementary Color

#293acd #cdbc29

#293acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#293acd Color CSS Codes

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

#293acd Text Font Color

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

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


#293acd Background Color

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

This div background color is #293acd


#293acd Border Color

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

This div border color is #293acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293acd


Comments

No comments written yet.

Please login to write comment.