Color Hex Logo

#190cae Color Hex

#190CAE
(25,12,174)
0 Favorites   0 Comments

Color spaces of #190cae

RGB 2512174
HSL0.680.870.36
HSV245°93°68°
CMYK 0.860.930.00   0.32
XYZ8.17243.525640.2942
Yxy3.52560.15720.0678
Hunter Lab18.776644.8321-114.0916
CIE-Lab22.036756.7344-78.0095

#190cae color RGB value is (25,12,174).

#190cae hex color red value is 25, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #190cae hue: 0.68 , saturation: 0.87 and the lightness value of 190cae is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001100 10101110
Octal 31 14 256
Decimal 25 12 174
Hex 19 C AE

RGB Percentages of Color #190cae

%11.85
%5.69
%82.46

CMYK Percentages of Color #190cae

%86
%93
%0
%32

Triadic Colors of #190cae

#190cae #ae190c #0cae19

Analogous Colors of #190cae

#190cae #6a0cae #0c50ae

Monochromatic Colors of #190cae

#190cae

Complementary Color

#190cae #a1ae0c

#190cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#190cae Color CSS Codes

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

#190cae Text Font Color

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

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


#190cae Background Color

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

This div background color is #190cae


#190cae Border Color

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

This div border color is #190cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190cae


Comments

No comments written yet.

Please login to write comment.