Color Hex Logo

#150aeb Color Hex

#150AEB
(21,10,235)
0 Favorites   0 Comments

Color spaces of #150aeb

RGB 2110235
HSL0.670.920.48
HSV243°96°92°
CMYK 0.910.960.00   0.08
XYZ15.41326.374779.0153
Yxy6.37470.15290.0632
Hunter Lab25.248264.7843-167.8771
CIE-Lab30.338872.9239-99.8327

#150aeb color RGB value is (21,10,235).

#150aeb hex color red value is 21, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #150aeb hue: 0.67 , saturation: 0.92 and the lightness value of 150aeb is 0.48.

The process color (four color CMYK) of #150aeb color hex is 0.91, 0.96, 0.00, 0.08. Web safe color of #150aeb is #0000ff. Color #150aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001010 11101011
Octal 25 12 353
Decimal 21 10 235
Hex 15 A EB

RGB Percentages of Color #150aeb

%7.89
%3.76
%88.35

CMYK Percentages of Color #150aeb

%91
%96
%0
%8

Triadic Colors of #150aeb

#150aeb #eb150a #0aeb15

Analogous Colors of #150aeb

#150aeb #860aeb #0a70eb

Monochromatic Colors of #150aeb

#150aeb

Complementary Color

#150aeb #e0eb0a

#150aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#150aeb Color CSS Codes

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

#150aeb Text Font Color

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

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


#150aeb Background Color

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

This div background color is #150aeb


#150aeb Border Color

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

This div border color is #150aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150aeb


Comments

No comments written yet.

Please login to write comment.