Color Hex Logo

#190488 Color Hex

#190488
(25,4,136)
0 Favorites   0 Comments

Color spaces of #190488

RGB 254136
HSL0.690.940.27
HSV250°97°53°
CMYK 0.820.970.00   0.47
XYZ4.88832.071123.4347
Yxy2.07110.16080.0681
Hunter Lab14.391335.4463-86.4734
CIE-Lab15.856048.6311-64.9327

#190488 color RGB value is (25,4,136).

#190488 hex color red value is 25, green value is 4 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #190488 hue: 0.69 , saturation: 0.94 and the lightness value of 190488 is 0.27.

The process color (four color CMYK) of #190488 color hex is 0.82, 0.97, 0.00, 0.47. Web safe color of #190488 is #000099. Color #190488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00000100 10001000
Octal 31 4 210
Decimal 25 4 136
Hex 19 4 88

RGB Percentages of Color #190488

%15.15
%2.42
%82.42

CMYK Percentages of Color #190488

%82
%97
%0
%47

Triadic Colors of #190488

#190488 #881904 #048819

Analogous Colors of #190488

#190488 #5b0488 #043188

Monochromatic Colors of #190488

#190488

Complementary Color

#190488 #738804

#190488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#190488 Color CSS Codes

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

#190488 Text Font Color

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

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


#190488 Background Color

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

This div background color is #190488


#190488 Border Color

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

This div border color is #190488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190488


Comments

No comments written yet.

Please login to write comment.