Color Hex Logo

#293abd Color Hex

#293ABD
(41,58,189)
0 Favorites   0 Comments

Color spaces of #293abd

RGB 4158189
HSL0.650.640.45
HSV233°78°74°
CMYK 0.780.690.00   0.26
XYZ11.61287.171748.9163
Yxy7.17170.17150.1059
Hunter Lab26.780030.5391-89.5529
CIE-Lab32.194640.3699-70.0831

#293abd color RGB value is (41,58,189).

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

The process color (four color CMYK) of #293abd color hex is 0.78, 0.69, 0.00, 0.26. Web safe color of #293abd is #3333cc. Color #293abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111010 10111101
Octal 51 72 275
Decimal 41 58 189
Hex 29 3A BD

RGB Percentages of Color #293abd

%14.24
%20.14
%65.63

CMYK Percentages of Color #293abd

%78
%69
%0
%26

Triadic Colors of #293abd

#293abd #bd293a #3abd29

Analogous Colors of #293abd

#293abd #6229bd #2984bd

Monochromatic Colors of #293abd

#293abd

Complementary Color

#293abd #bdac29

#293abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#293abd Color CSS Codes

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

#293abd Text Font Color

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

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


#293abd Background Color

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

This div background color is #293abd


#293abd Border Color

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

This div border color is #293abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293abd


Comments

No comments written yet.

Please login to write comment.