Color Hex Logo

#193cdc Color Hex

#193CDC
(25,60,220)
0 Favorites   0 Comments

Color spaces of #193cdc

RGB 2560220
HSL0.640.800.48
HSV229°89°86°
CMYK 0.890.730.00   0.14
XYZ14.93508.605768.5840
Yxy8.60570.16210.0934
Hunter Lab29.335539.5392-118.0805
CIE-Lab35.213849.0616-83.1425

#193cdc color RGB value is (25,60,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111100 11011100
Octal 31 74 334
Decimal 25 60 220
Hex 19 3C DC

RGB Percentages of Color #193cdc

%8.20
%19.67
%72.13

CMYK Percentages of Color #193cdc

%89
%73
%0
%14

Triadic Colors of #193cdc

#193cdc #dc193c #3cdc19

Analogous Colors of #193cdc

#193cdc #5719dc #199edc

Monochromatic Colors of #193cdc

#193cdc

Complementary Color

#193cdc #dcb919

#193cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#193cdc Color CSS Codes

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

#193cdc Text Font Color

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

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


#193cdc Background Color

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

This div background color is #193cdc


#193cdc Border Color

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

This div border color is #193cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193cdc


Comments

No comments written yet.

Please login to write comment.