Color Hex Logo

#193ade Color Hex

#193ADE
(25,58,222)
0 Favorites   0 Comments

Color spaces of #193ade

RGB 2558222
HSL0.640.800.48
HSV230°89°87°
CMYK 0.890.740.00   0.13
XYZ15.09888.506769.9534
Yxy8.50670.16140.0909
Hunter Lab29.166241.3651-121.7869
CIE-Lab35.016650.8941-84.6160

#193ade color RGB value is (25,58,222).

#193ade hex color red value is 25, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #193ade hue: 0.64 , saturation: 0.80 and the lightness value of 193ade is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111010 11011110
Octal 31 72 336
Decimal 25 58 222
Hex 19 3A DE

RGB Percentages of Color #193ade

%8.20
%19.02
%72.79

CMYK Percentages of Color #193ade

%89
%74
%0
%13

Triadic Colors of #193ade

#193ade #de193a #3ade19

Analogous Colors of #193ade

#193ade #5a19de #199dde

Monochromatic Colors of #193ade

#193ade

Complementary Color

#193ade #debd19

#193ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#193ade Color CSS Codes

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

#193ade Text Font Color

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

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


#193ade Background Color

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

This div background color is #193ade


#193ade Border Color

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

This div border color is #193ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193ade


Comments

No comments written yet.

Please login to write comment.