Color Hex Logo

#152ebe Color Hex

#152EBE
(21,46,190)
0 Favorites   0 Comments

Color spaces of #152ebe

RGB 2146190
HSL0.640.800.41
HSV231°89°75°
CMYK 0.890.760.00   0.25
XYZ10.58055.831149.2831
Yxy5.83110.16110.0888
Hunter Lab24.147735.9528-104.1019
CIE-Lab28.982346.6353-76.0036

#152ebe color RGB value is (21,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101110 10111110
Octal 25 56 276
Decimal 21 46 190
Hex 15 2E BE

RGB Percentages of Color #152ebe

%8.17
%17.90
%73.93

CMYK Percentages of Color #152ebe

%89
%76
%0
%25

Triadic Colors of #152ebe

#152ebe #be152e #2ebe15

Analogous Colors of #152ebe

#152ebe #5115be #1583be

Monochromatic Colors of #152ebe

#152ebe

Complementary Color

#152ebe #bea515

#152ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#152ebe Color CSS Codes

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

#152ebe Text Font Color

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

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


#152ebe Background Color

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

This div background color is #152ebe


#152ebe Border Color

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

This div border color is #152ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,46,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 #152ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152ebe


Comments

No comments written yet.

Please login to write comment.