Color Hex Logo

#153ad9 Color Hex

#153AD9
(21,58,217)
0 Favorites   0 Comments

Color spaces of #153ad9

RGB 2158217
HSL0.640.820.47
HSV229°90°85°
CMYK 0.900.730.00   0.15
XYZ14.34678.195366.4713
Yxy8.19530.16120.0921
Hunter Lab28.627439.3576-117.6289
CIE-Lab34.386449.0378-82.7903

#153ad9 color RGB value is (21,58,217).

#153ad9 hex color red value is 21, green value is 58 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #153ad9 hue: 0.64 , saturation: 0.82 and the lightness value of 153ad9 is 0.47.

The process color (four color CMYK) of #153ad9 color hex is 0.90, 0.73, 0.00, 0.15. Web safe color of #153ad9 is #0033cc. Color #153ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111010 11011001
Octal 25 72 331
Decimal 21 58 217
Hex 15 3A D9

RGB Percentages of Color #153ad9

%7.09
%19.59
%73.31

CMYK Percentages of Color #153ad9

%90
%73
%0
%15

Triadic Colors of #153ad9

#153ad9 #d9153a #3ad915

Analogous Colors of #153ad9

#153ad9 #5215d9 #159cd9

Monochromatic Colors of #153ad9

#153ad9

Complementary Color

#153ad9 #d9b415

#153ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153ad9 Color CSS Codes

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

#153ad9 Text Font Color

<p style="color:#153ad9">Text here</p>

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


#153ad9 Background Color

<div style="background-color:#153ad9">
Div content here</div>

This div background color is #153ad9


#153ad9 Border Color

<div style="border:3px solid #153ad9">
Div here</div>

This div border color is #153ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,58,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #153ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #153ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #153ad9;
  box-shadow:         1px 1px 3px 2px #153ad9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,58,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153ad9


Comments

No comments written yet.

Please login to write comment.