Color Hex Logo

#195078 Color Hex

#195078
(25,80,120)
0 Favorites   0 Comments

Color spaces of #195078

RGB 2580120
HSL0.570.660.28
HSV205°79°47°
CMYK 0.790.330.00   0.53
XYZ6.65977.300118.8273
Yxy7.30010.20310.2227
Hunter Lab27.0187-3.2852-22.4017
CIE-Lab32.4806-2.8375-27.8353

#195078 color RGB value is (25,80,120).

#195078 hex color red value is 25, green value is 80 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #195078 hue: 0.57 , saturation: 0.66 and the lightness value of 195078 is 0.28.

The process color (four color CMYK) of #195078 color hex is 0.79, 0.33, 0.00, 0.53. Web safe color of #195078 is #006666. Color #195078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 01111000
Octal 31 120 170
Decimal 25 80 120
Hex 19 50 78

RGB Percentages of Color #195078

%11.11
%35.56
%53.33

CMYK Percentages of Color #195078

%79
%33
%0
%53

Triadic Colors of #195078

#195078 #781950 #507819

Analogous Colors of #195078

#195078 #192078 #197871

Monochromatic Colors of #195078

#195078

Complementary Color

#195078 #784119

#195078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195078 Color CSS Codes

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

#195078 Text Font Color

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

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


#195078 Background Color

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

This div background color is #195078


#195078 Border Color

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

This div border color is #195078


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,80,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195078; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195078;
  -webkit-box-shadow: 1px 1px 3px 2px #195078;
  box-shadow:         1px 1px 3px 2px #195078; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195078


Comments

No comments written yet.

Please login to write comment.