Color Hex Logo

#195afa Color Hex

#195AFA
(25,90,250)
0 Favorites   0 Comments

Color spaces of #195afa

RGB 2590250
HSL0.620.960.54
HSV223°90°98°
CMYK 0.900.640.00   0.02
XYZ21.312414.421192.1028
Yxy14.42110.16670.1128
Hunter Lab37.975133.7213-117.2162
CIE-Lab44.830941.5608-84.2668

#195afa color RGB value is (25,90,250).

#195afa hex color red value is 25, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #195afa hue: 0.62 , saturation: 0.96 and the lightness value of 195afa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 11111010
Octal 31 132 372
Decimal 25 90 250
Hex 19 5A FA

RGB Percentages of Color #195afa

%6.85
%24.66
%68.49

CMYK Percentages of Color #195afa

%90
%64
%0
%2

Triadic Colors of #195afa

#195afa #fa195a #5afa19

Analogous Colors of #195afa

#195afa #4919fa #19cbfa

Monochromatic Colors of #195afa

#195afa

Complementary Color

#195afa #fab919

#195afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#195afa Color CSS Codes

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

#195afa Text Font Color

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

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


#195afa Background Color

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

This div background color is #195afa


#195afa Border Color

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

This div border color is #195afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195afa


Comments

No comments written yet.

Please login to write comment.