Color Hex Logo

#150eda Color Hex

#150EDA
(21,14,218)
0 Favorites   0 Comments

Color spaces of #150eda

RGB 2114218
HSL0.670.880.45
HSV242°94°85°
CMYK 0.900.940.00   0.15
XYZ13.12125.535566.7066
Yxy5.53550.15370.0648
Hunter Lab23.527658.3748-151.6322
CIE-Lab28.209067.8576-93.6410

#150eda color RGB value is (21,14,218).

#150eda hex color red value is 21, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #150eda hue: 0.67 , saturation: 0.88 and the lightness value of 150eda is 0.45.

The process color (four color CMYK) of #150eda color hex is 0.90, 0.94, 0.00, 0.15. Web safe color of #150eda is #0000cc. Color #150eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001110 11011010
Octal 25 16 332
Decimal 21 14 218
Hex 15 E DA

RGB Percentages of Color #150eda

%8.30
%5.53
%86.17

CMYK Percentages of Color #150eda

%90
%94
%0
%15

Triadic Colors of #150eda

#150eda #da150e #0eda15

Analogous Colors of #150eda

#150eda #7b0eda #0e6dda

Monochromatic Colors of #150eda

#150eda

Complementary Color

#150eda #d3da0e

#150eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#150eda Color CSS Codes

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

#150eda Text Font Color

<p style="color:#150eda">Text here</p>

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


#150eda Background Color

<div style="background-color:#150eda">
Div content here</div>

This div background color is #150eda


#150eda Border Color

<div style="border:3px solid #150eda">
Div here</div>

This div border color is #150eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,14,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150eda;
  -webkit-box-shadow: 1px 1px 3px 2px #150eda;
  box-shadow:         1px 1px 3px 2px #150eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150eda


Comments

No comments written yet.

Please login to write comment.