Color Hex Logo

#190ead Color Hex

#190EAD
(25,14,173)
0 Favorites   0 Comments

Color spaces of #190ead

RGB 2514173
HSL0.680.850.37
HSV244°92°68°
CMYK 0.860.920.00   0.32
XYZ8.10083.537939.7911
Yxy3.53790.15750.0688
Hunter Lab18.809343.9602-112.2615
CIE-Lab22.080855.8975-77.3333

#190ead color RGB value is (25,14,173).

#190ead hex color red value is 25, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #190ead hue: 0.68 , saturation: 0.85 and the lightness value of 190ead is 0.37.

The process color (four color CMYK) of #190ead color hex is 0.86, 0.92, 0.00, 0.32. Web safe color of #190ead is #000099. Color #190ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001110 10101101
Octal 31 16 255
Decimal 25 14 173
Hex 19 E AD

RGB Percentages of Color #190ead

%11.79
%6.60
%81.60

CMYK Percentages of Color #190ead

%86
%92
%0
%32

Triadic Colors of #190ead

#190ead #ad190e #0ead19

Analogous Colors of #190ead

#190ead #690ead #0e52ad

Monochromatic Colors of #190ead

#190ead

Complementary Color

#190ead #a2ad0e

#190ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#190ead Color CSS Codes

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

#190ead Text Font Color

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

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


#190ead Background Color

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

This div background color is #190ead


#190ead Border Color

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

This div border color is #190ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190ead


Comments

No comments written yet.

Please login to write comment.