Color Hex Logo

#1303ae Color Hex

#1303AE
(19,3,174)
0 Favorites   0 Comments

Color spaces of #1303ae

RGB 193174
HSL0.680.970.35
HSV246°98°68°
CMYK 0.890.980.00   0.32
XYZ7.94113.259640.2550
Yxy3.25960.15430.0633
Hunter Lab18.054446.9170-119.5582
CIE-Lab21.054958.8640-79.6556

#1303ae color RGB value is (19,3,174).

#1303ae hex color red value is 19, green value is 3 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1303ae hue: 0.68 , saturation: 0.97 and the lightness value of 1303ae is 0.35.

The process color (four color CMYK) of #1303ae color hex is 0.89, 0.98, 0.00, 0.32. Web safe color of #1303ae is #000099. Color #1303ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000011 10101110
Octal 23 3 256
Decimal 19 3 174
Hex 13 3 AE

RGB Percentages of Color #1303ae

%9.69
%1.53
%88.78

CMYK Percentages of Color #1303ae

%89
%98
%0
%32

Triadic Colors of #1303ae

#1303ae #ae1303 #03ae13

Analogous Colors of #1303ae

#1303ae #6903ae #0349ae

Monochromatic Colors of #1303ae

#1303ae

Complementary Color

#1303ae #9eae03

#1303ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1303ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1303ae Color CSS Codes

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

#1303ae Text Font Color

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

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


#1303ae Background Color

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

This div background color is #1303ae


#1303ae Border Color

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

This div border color is #1303ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,3,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1303ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1303ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1303ae;
  box-shadow:         1px 1px 3px 2px #1303ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,3,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 #1303ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1303ae


Comments

No comments written yet.

Please login to write comment.