Color Hex Logo

#152edb Color Hex

#152EDB
(21,46,219)
0 Favorites   0 Comments

Color spaces of #152edb

RGB 2146219
HSL0.650.830.47
HSV232°90°86°
CMYK 0.900.790.00   0.14
XYZ14.07247.227967.6713
Yxy7.22790.15820.0812
Hunter Lab26.884846.3847-130.4188
CIE-Lab32.320256.2360-87.3675

#152edb color RGB value is (21,46,219).

#152edb hex color red value is 21, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #152edb hue: 0.65 , saturation: 0.83 and the lightness value of 152edb is 0.47.

The process color (four color CMYK) of #152edb color hex is 0.90, 0.79, 0.00, 0.14. Web safe color of #152edb is #0033cc. Color #152edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101110 11011011
Octal 25 56 333
Decimal 21 46 219
Hex 15 2E DB

RGB Percentages of Color #152edb

%7.34
%16.08
%76.57

CMYK Percentages of Color #152edb

%90
%79
%0
%14

Triadic Colors of #152edb

#152edb #db152e #2edb15

Analogous Colors of #152edb

#152edb #5f15db #1591db

Monochromatic Colors of #152edb

#152edb

Complementary Color

#152edb #dbc215

#152edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#152edb Color CSS Codes

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

#152edb Text Font Color

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

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


#152edb Background Color

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

This div background color is #152edb


#152edb Border Color

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

This div border color is #152edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152edb


Comments

No comments written yet.

Please login to write comment.