Color Hex Logo

#195fff Color Hex

#195FFF
(25,95,255)
0 Favorites   0 Comments

Color spaces of #195fff

RGB 2595255
HSL0.621.000.55
HSV222°90°100°
CMYK 0.900.630.00   0.00
XYZ22.543115.611196.4328
Yxy15.61110.16750.1160
Hunter Lab39.510932.6999-117.0494
CIE-Lab46.460140.2763-84.3767

#195fff color RGB value is (25,95,255).

#195fff hex color red value is 25, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #195fff hue: 0.62 , saturation: 1.00 and the lightness value of 195fff is 0.55.

The process color (four color CMYK) of #195fff color hex is 0.90, 0.63, 0.00, 0.00. Web safe color of #195fff is #0066ff. Color #195fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011111 11111111
Octal 31 137 377
Decimal 25 95 255
Hex 19 5F FF

RGB Percentages of Color #195fff

%6.67
%25.33
%68.00

CMYK Percentages of Color #195fff

%90
%63
%0
%0

Triadic Colors of #195fff

#195fff #ff195f #5fff19

Analogous Colors of #195fff

#195fff #4619ff #19d2ff

Monochromatic Colors of #195fff

#195fff

Complementary Color

#195fff #ffb919

#195fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#195fff Color CSS Codes

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

#195fff Text Font Color

<p style="color:#195fff">Text here</p>

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


#195fff Background Color

<div style="background-color:#195fff">
Div content here</div>

This div background color is #195fff


#195fff Border Color

<div style="border:3px solid #195fff">
Div here</div>

This div border color is #195fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,95,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195fff;
  -webkit-box-shadow: 1px 1px 3px 2px #195fff;
  box-shadow:         1px 1px 3px 2px #195fff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195fff


Comments

No comments written yet.

Please login to write comment.