Color Hex Logo

#193eda Color Hex

#193EDA
(25,62,218)
0 Favorites   0 Comments

Color spaces of #193eda

RGB 2562218
HSL0.630.790.48
HSV228°89°85°
CMYK 0.890.720.00   0.15
XYZ14.77848.713967.2327
Yxy8.71390.16290.0960
Hunter Lab29.519337.7045-114.3744
CIE-Lab35.427547.1939-81.6406

#193eda color RGB value is (25,62,218).

#193eda hex color red value is 25, green value is 62 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #193eda hue: 0.63 , saturation: 0.79 and the lightness value of 193eda is 0.48.

The process color (four color CMYK) of #193eda color hex is 0.89, 0.72, 0.00, 0.15. Web safe color of #193eda is #0033cc. Color #193eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111110 11011010
Octal 31 76 332
Decimal 25 62 218
Hex 19 3E DA

RGB Percentages of Color #193eda

%8.20
%20.33
%71.48

CMYK Percentages of Color #193eda

%89
%72
%0
%15

Triadic Colors of #193eda

#193eda #da193e #3eda19

Analogous Colors of #193eda

#193eda #5419da #199fda

Monochromatic Colors of #193eda

#193eda

Complementary Color

#193eda #dab519

#193eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#193eda Color CSS Codes

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

#193eda Text Font Color

<p style="color:#193eda">Text here</p>

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


#193eda Background Color

<div style="background-color:#193eda">
Div content here</div>

This div background color is #193eda


#193eda Border Color

<div style="border:3px solid #193eda">
Div here</div>

This div border color is #193eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,62,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193eda;
  -webkit-box-shadow: 1px 1px 3px 2px #193eda;
  box-shadow:         1px 1px 3px 2px #193eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193eda


Comments

No comments written yet.

Please login to write comment.