Color Hex Logo

#193cdf Color Hex

#193CDF
(25,60,223)
0 Favorites   0 Comments

Color spaces of #193cdf

RGB 2560223
HSL0.640.800.49
HSV229°89°87°
CMYK 0.890.730.00   0.13
XYZ15.33608.766170.6958
Yxy8.76610.16180.0925
Hunter Lab29.607640.6453-120.8449
CIE-Lab35.530050.0920-84.3392

#193cdf color RGB value is (25,60,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111100 11011111
Octal 31 74 337
Decimal 25 60 223
Hex 19 3C DF

RGB Percentages of Color #193cdf

%8.12
%19.48
%72.40

CMYK Percentages of Color #193cdf

%89
%73
%0
%13

Triadic Colors of #193cdf

#193cdf #df193c #3cdf19

Analogous Colors of #193cdf

#193cdf #5919df #199fdf

Monochromatic Colors of #193cdf

#193cdf

Complementary Color

#193cdf #dfbc19

#193cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#193cdf Color CSS Codes

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

#193cdf Text Font Color

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

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


#193cdf Background Color

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

This div background color is #193cdf


#193cdf Border Color

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

This div border color is #193cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193cdf


Comments

No comments written yet.

Please login to write comment.