Color Hex Logo

#1532ba Color Hex

#1532BA
(21,50,186)
0 Favorites   0 Comments

Color spaces of #1532ba

RGB 2150186
HSL0.640.800.41
HSV229°89°73°
CMYK 0.890.730.00   0.27
XYZ10.31285.985847.0662
Yxy5.98580.16280.0945
Hunter Lab24.465932.4255-96.9329
CIE-Lab29.376642.8898-72.9858

#1532ba color RGB value is (21,50,186).

#1532ba hex color red value is 21, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1532ba hue: 0.64 , saturation: 0.80 and the lightness value of 1532ba is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 10111010
Octal 25 62 272
Decimal 21 50 186
Hex 15 32 BA

RGB Percentages of Color #1532ba

%8.17
%19.46
%72.37

CMYK Percentages of Color #1532ba

%89
%73
%0
%27

Triadic Colors of #1532ba

#1532ba #ba1532 #32ba15

Analogous Colors of #1532ba

#1532ba #4a15ba #1585ba

Monochromatic Colors of #1532ba

#1532ba

Complementary Color

#1532ba #ba9d15

#1532ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1532ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1532ba Color CSS Codes

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

#1532ba Text Font Color

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

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


#1532ba Background Color

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

This div background color is #1532ba


#1532ba Border Color

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

This div border color is #1532ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,50,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 #1532ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1532ba


Comments

No comments written yet.

Please login to write comment.