Color Hex Logo

#193dca Color Hex

#193DCA
(25,61,202)
0 Favorites   0 Comments

Color spaces of #193dca

RGB 2561202
HSL0.630.780.45
HSV228°88°79°
CMYK 0.880.700.00   0.21
XYZ12.73037.808456.7133
Yxy7.80840.16480.1011
Hunter Lab27.943532.4186-100.7727
CIE-Lab33.580642.1117-75.4343

#193dca color RGB value is (25,61,202).

#193dca hex color red value is 25, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #193dca hue: 0.63 , saturation: 0.78 and the lightness value of 193dca is 0.45.

The process color (four color CMYK) of #193dca color hex is 0.88, 0.70, 0.00, 0.21. Web safe color of #193dca is #0033cc. Color #193dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 11001010
Octal 31 75 312
Decimal 25 61 202
Hex 19 3D CA

RGB Percentages of Color #193dca

%8.68
%21.18
%70.14

CMYK Percentages of Color #193dca

%88
%70
%0
%21

Triadic Colors of #193dca

#193dca #ca193d #3dca19

Analogous Colors of #193dca

#193dca #4e19ca #1996ca

Monochromatic Colors of #193dca

#193dca

Complementary Color

#193dca #caa619

#193dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dca Color CSS Codes

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

#193dca Text Font Color

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

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


#193dca Background Color

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

This div background color is #193dca


#193dca Border Color

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

This div border color is #193dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dca


Comments

No comments written yet.

Please login to write comment.