Color Hex Logo

#193fee Color Hex

#193FEE
(25,63,238)
0 Favorites   0 Comments

Color spaces of #193fee

RGB 2563238
HSL0.640.860.52
HSV229°89°93°
CMYK 0.890.740.00   0.07
XYZ17.61109.934781.8783
Yxy9.93470.16090.0908
Hunter Lab31.519444.5755-131.9549
CIE-Lab37.725053.4752-89.2429

#193fee color RGB value is (25,63,238).

#193fee hex color red value is 25, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #193fee hue: 0.64 , saturation: 0.86 and the lightness value of 193fee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111111 11101110
Octal 31 77 356
Decimal 25 63 238
Hex 19 3F EE

RGB Percentages of Color #193fee

%7.67
%19.33
%73.01

CMYK Percentages of Color #193fee

%89
%74
%0
%7

Triadic Colors of #193fee

#193fee #ee193f #3fee19

Analogous Colors of #193fee

#193fee #5e19ee #19aaee

Monochromatic Colors of #193fee

#193fee

Complementary Color

#193fee #eec819

#193fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#193fee Color CSS Codes

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

#193fee Text Font Color

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

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


#193fee Background Color

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

This div background color is #193fee


#193fee Border Color

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

This div border color is #193fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193fee


Comments

No comments written yet.

Please login to write comment.