Color Hex Logo

#152abe Color Hex

#152ABE
(21,42,190)
0 Favorites   0 Comments

Color spaces of #152abe

RGB 2142190
HSL0.650.800.41
HSV233°89°75°
CMYK 0.890.780.00   0.25
XYZ10.43155.533149.2334
Yxy5.53310.16000.0849
Hunter Lab23.522537.9946-107.6300
CIE-Lab28.202648.8618-77.2963

#152abe color RGB value is (21,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101010 10111110
Octal 25 52 276
Decimal 21 42 190
Hex 15 2A BE

RGB Percentages of Color #152abe

%8.30
%16.60
%75.10

CMYK Percentages of Color #152abe

%89
%78
%0
%25

Triadic Colors of #152abe

#152abe #be152a #2abe15

Analogous Colors of #152abe

#152abe #5415be #157fbe

Monochromatic Colors of #152abe

#152abe

Complementary Color

#152abe #bea915

#152abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#152abe Color CSS Codes

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

#152abe Text Font Color

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

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


#152abe Background Color

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

This div background color is #152abe


#152abe Border Color

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

This div border color is #152abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152abe


Comments

No comments written yet.

Please login to write comment.