Color Hex Logo

#1450ba Color Hex

#1450BA
(20,80,186)
0 Favorites   0 Comments

Color spaces of #1450ba

RGB 2080186
HSL0.610.810.40
HSV218°89°73°
CMYK 0.890.570.00   0.27
XYZ12.02019.431247.6413
Yxy9.43120.17400.1365
Hunter Lab30.710316.1226-70.4803
CIE-Lab36.801623.3797-60.7975

#1450ba color RGB value is (20,80,186).

#1450ba hex color red value is 20, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1450ba hue: 0.61 , saturation: 0.81 and the lightness value of 1450ba is 0.40.

The process color (four color CMYK) of #1450ba color hex is 0.89, 0.57, 0.00, 0.27. Web safe color of #1450ba is #0066cc. Color #1450ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 10111010
Octal 24 120 272
Decimal 20 80 186
Hex 14 50 BA

RGB Percentages of Color #1450ba

%6.99
%27.97
%65.03

CMYK Percentages of Color #1450ba

%89
%57
%0
%27

Triadic Colors of #1450ba

#1450ba #ba1450 #50ba14

Analogous Colors of #1450ba

#1450ba #2b14ba #14a3ba

Monochromatic Colors of #1450ba

#1450ba

Complementary Color

#1450ba #ba7e14

#1450ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1450ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1450ba Color CSS Codes

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

#1450ba Text Font Color

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

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


#1450ba Background Color

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

This div background color is #1450ba


#1450ba Border Color

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

This div border color is #1450ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,80,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1450ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1450ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1450ba;
  box-shadow:         1px 1px 3px 2px #1450ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1450ba


Comments

No comments written yet.

Please login to write comment.