Color Hex Logo

#193fcd Color Hex

#193FCD
(25,63,205)
0 Favorites   0 Comments

Color spaces of #193fcd

RGB 2563205
HSL0.630.780.45
HSV227°88°80°
CMYK 0.880.690.00   0.20
XYZ13.19798.169558.6389
Yxy8.16950.16500.1021
Hunter Lab28.582332.4033-101.6304
CIE-Lab34.333441.9615-75.9373

#193fcd color RGB value is (25,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111111 11001101
Octal 31 77 315
Decimal 25 63 205
Hex 19 3F CD

RGB Percentages of Color #193fcd

%8.53
%21.50
%69.97

CMYK Percentages of Color #193fcd

%88
%69
%0
%20

Triadic Colors of #193fcd

#193fcd #cd193f #3fcd19

Analogous Colors of #193fcd

#193fcd #4d19cd #1999cd

Monochromatic Colors of #193fcd

#193fcd

Complementary Color

#193fcd #cda719

#193fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#193fcd Color CSS Codes

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

#193fcd Text Font Color

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

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


#193fcd Background Color

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

This div background color is #193fcd


#193fcd Border Color

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

This div border color is #193fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193fcd


Comments

No comments written yet.

Please login to write comment.