Color Hex Logo

#152bad Color Hex

#152BAD
(21,43,173)
0 Favorites   0 Comments

Color spaces of #152bad

RGB 2143173
HSL0.640.780.38
HSV231°88°68°
CMYK 0.880.750.00   0.32
XYZ8.71604.904340.0224
Yxy4.90430.16250.0914
Hunter Lab22.145731.4984-91.6490
CIE-Lab26.460442.4551-70.0589

#152bad color RGB value is (21,43,173).

#152bad hex color red value is 21, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #152bad hue: 0.64 , saturation: 0.78 and the lightness value of 152bad is 0.38.

The process color (four color CMYK) of #152bad color hex is 0.88, 0.75, 0.00, 0.32. Web safe color of #152bad is #003399. Color #152bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101011 10101101
Octal 25 53 255
Decimal 21 43 173
Hex 15 2B AD

RGB Percentages of Color #152bad

%8.86
%18.14
%73.00

CMYK Percentages of Color #152bad

%88
%75
%0
%32

Triadic Colors of #152bad

#152bad #ad152b #2bad15

Analogous Colors of #152bad

#152bad #4b15ad #1577ad

Monochromatic Colors of #152bad

#152bad

Complementary Color

#152bad #ad9715

#152bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#152bad Color CSS Codes

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

#152bad Text Font Color

<p style="color:#152bad">Text here</p>

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


#152bad Background Color

<div style="background-color:#152bad">
Div content here</div>

This div background color is #152bad


#152bad Border Color

<div style="border:3px solid #152bad">
Div here</div>

This div border color is #152bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,43,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #152bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #152bad;
  -webkit-box-shadow: 1px 1px 3px 2px #152bad;
  box-shadow:         1px 1px 3px 2px #152bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152bad


Comments

No comments written yet.

Please login to write comment.