Color Hex Logo

#193efe Color Hex

#193EFE
(25,62,254)
0 Favorites   0 Comments

Color spaces of #193efe

RGB 2562254
HSL0.640.990.55
HSV230°90°100°
CMYK 0.900.760.00   0.00
XYZ20.012910.807794.7972
Yxy10.80770.15930.0860
Hunter Lab32.875151.1316-147.9537
CIE-Lab39.254759.2923-95.7077

#193efe color RGB value is (25,62,254).

#193efe hex color red value is 25, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #193efe hue: 0.64 , saturation: 0.99 and the lightness value of 193efe is 0.55.

The process color (four color CMYK) of #193efe color hex is 0.90, 0.76, 0.00, 0.00. Web safe color of #193efe is #0033ff. Color #193efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111110 11111110
Octal 31 76 376
Decimal 25 62 254
Hex 19 3E FE

RGB Percentages of Color #193efe

%7.33
%18.18
%74.49

CMYK Percentages of Color #193efe

%90
%76
%0
%0

Triadic Colors of #193efe

#193efe #fe193e #3efe19

Analogous Colors of #193efe

#193efe #6719fe #19b1fe

Monochromatic Colors of #193efe

#193efe

Complementary Color

#193efe #fed919

#193efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#193efe Color CSS Codes

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

#193efe Text Font Color

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

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


#193efe Background Color

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

This div background color is #193efe


#193efe Border Color

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

This div border color is #193efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193efe


Comments

No comments written yet.

Please login to write comment.