Color Hex Logo

#152abd Color Hex

#152ABD
(21,42,189)
0 Favorites   0 Comments

Color spaces of #152abd

RGB 2142189
HSL0.650.800.41
HSV233°89°74°
CMYK 0.890.780.00   0.26
XYZ10.32255.489548.6596
Yxy5.48950.16010.0851
Hunter Lab23.429737.6404-106.7348
CIE-Lab28.086248.5268-76.8983

#152abd color RGB value is (21,42,189).

#152abd hex color red value is 21, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #152abd hue: 0.65 , saturation: 0.80 and the lightness value of 152abd is 0.41.

The process color (four color CMYK) of #152abd color hex is 0.89, 0.78, 0.00, 0.26. Web safe color of #152abd is #0033cc. Color #152abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101010 10111101
Octal 25 52 275
Decimal 21 42 189
Hex 15 2A BD

RGB Percentages of Color #152abd

%8.33
%16.67
%75.00

CMYK Percentages of Color #152abd

%89
%78
%0
%26

Triadic Colors of #152abd

#152abd #bd152a #2abd15

Analogous Colors of #152abd

#152abd #5415bd #157ebd

Monochromatic Colors of #152abd

#152abd

Complementary Color

#152abd #bda815

#152abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#152abd Color CSS Codes

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

#152abd Text Font Color

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

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


#152abd Background Color

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

This div background color is #152abd


#152abd Border Color

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

This div border color is #152abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152abd


Comments

No comments written yet.

Please login to write comment.