Color Hex Logo

#195bca Color Hex

#195BCA
(25,91,202)
0 Favorites   0 Comments

Color spaces of #195bca

RGB 2591202
HSL0.600.780.45
HSV218°88°79°
CMYK 0.880.550.00   0.21
XYZ14.802711.953157.4041
Yxy11.95310.17590.1420
Hunter Lab34.573315.9224-74.2416
CIE-Lab41.141522.7120-63.0490

#195bca color RGB value is (25,91,202).

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

The process color (four color CMYK) of #195bca color hex is 0.88, 0.55, 0.00, 0.21. Web safe color of #195bca is #0066cc. Color #195bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011011 11001010
Octal 31 133 312
Decimal 25 91 202
Hex 19 5B CA

RGB Percentages of Color #195bca

%7.86
%28.62
%63.52

CMYK Percentages of Color #195bca

%88
%55
%0
%21

Triadic Colors of #195bca

#195bca #ca195b #5bca19

Analogous Colors of #195bca

#195bca #2f19ca #19b4ca

Monochromatic Colors of #195bca

#195bca

Complementary Color

#195bca #ca8819

#195bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#195bca Color CSS Codes

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

#195bca Text Font Color

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

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


#195bca Background Color

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

This div background color is #195bca


#195bca Border Color

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

This div border color is #195bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,91,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 #195bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195bca


Comments

No comments written yet.

Please login to write comment.