Color Hex Logo

#152dab Color Hex

#152DAB
(21,45,171)
0 Favorites   0 Comments

Color spaces of #152dab

RGB 2145171
HSL0.640.780.38
HSV230°88°67°
CMYK 0.880.740.00   0.33
XYZ8.59834.976539.0355
Yxy4.97650.16340.0946
Hunter Lab22.308129.7609-88.1322
CIE-Lab26.667740.5418-68.5140

#152dab color RGB value is (21,45,171).

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

The process color (four color CMYK) of #152dab color hex is 0.88, 0.74, 0.00, 0.33. Web safe color of #152dab is #003399. Color #152dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101101 10101011
Octal 25 55 253
Decimal 21 45 171
Hex 15 2D AB

RGB Percentages of Color #152dab

%8.86
%18.99
%72.15

CMYK Percentages of Color #152dab

%88
%74
%0
%33

Triadic Colors of #152dab

#152dab #ab152d #2dab15

Analogous Colors of #152dab

#152dab #4815ab #1578ab

Monochromatic Colors of #152dab

#152dab

Complementary Color

#152dab #ab9315

#152dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#152dab Color CSS Codes

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

#152dab Text Font Color

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

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


#152dab Background Color

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

This div background color is #152dab


#152dab Border Color

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

This div border color is #152dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152dab


Comments

No comments written yet.

Please login to write comment.