Color Hex Logo

#194ce5 Color Hex

#194CE5
(25,76,229)
0 Favorites   0 Comments

Color spaces of #194ce5

RGB 2576229
HSL0.630.800.50
HSV225°89°90°
CMYK 0.890.670.00   0.10
XYZ17.128211.032775.3555
Yxy11.03270.16550.1066
Hunter Lab33.215533.9197-111.2594
CIE-Lab39.635542.6112-80.9851

#194ce5 color RGB value is (25,76,229).

#194ce5 hex color red value is 25, green value is 76 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #194ce5 hue: 0.63 , saturation: 0.80 and the lightness value of 194ce5 is 0.50.

The process color (four color CMYK) of #194ce5 color hex is 0.89, 0.67, 0.00, 0.10. Web safe color of #194ce5 is #0033cc. Color #194ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001100 11100101
Octal 31 114 345
Decimal 25 76 229
Hex 19 4C E5

RGB Percentages of Color #194ce5

%7.58
%23.03
%69.39

CMYK Percentages of Color #194ce5

%89
%67
%0
%10

Triadic Colors of #194ce5

#194ce5 #e5194c #4ce519

Analogous Colors of #194ce5

#194ce5 #4c19e5 #19b2e5

Monochromatic Colors of #194ce5

#194ce5

Complementary Color

#194ce5 #e5b219

#194ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194ce5 Color CSS Codes

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

#194ce5 Text Font Color

<p style="color:#194ce5">Text here</p>

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


#194ce5 Background Color

<div style="background-color:#194ce5">
Div content here</div>

This div background color is #194ce5


#194ce5 Border Color

<div style="border:3px solid #194ce5">
Div here</div>

This div border color is #194ce5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,76,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #194ce5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #194ce5;
  -webkit-box-shadow: 1px 1px 3px 2px #194ce5;
  box-shadow:         1px 1px 3px 2px #194ce5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194ce5


Comments

No comments written yet.

Please login to write comment.