Color Hex Logo

#193dee Color Hex

#193DEE
(25,61,238)
0 Favorites   0 Comments

Color spaces of #193dee

RGB 2561238
HSL0.640.860.52
HSV230°89°93°
CMYK 0.890.740.00   0.07
XYZ17.50239.717281.8421
Yxy9.71720.16050.0891
Hunter Lab31.172445.6702-133.8431
CIE-Lab37.330054.5899-89.8971

#193dee color RGB value is (25,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 11101110
Octal 31 75 356
Decimal 25 61 238
Hex 19 3D EE

RGB Percentages of Color #193dee

%7.72
%18.83
%73.46

CMYK Percentages of Color #193dee

%89
%74
%0
%7

Triadic Colors of #193dee

#193dee #ee193d #3dee19

Analogous Colors of #193dee

#193dee #6019ee #19a8ee

Monochromatic Colors of #193dee

#193dee

Complementary Color

#193dee #eeca19

#193dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dee Color CSS Codes

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

#193dee Text Font Color

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

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


#193dee Background Color

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

This div background color is #193dee


#193dee Border Color

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

This div border color is #193dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,61,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 #193dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dee


Comments

No comments written yet.

Please login to write comment.