Color Hex Logo

#150ce5 Color Hex

#150CE5
(21,12,229)
0 Favorites   0 Comments

Color spaces of #150ce5

RGB 2112229
HSL0.670.900.47
HSV242°95°90°
CMYK 0.910.950.00   0.10
XYZ14.58366.079574.5336
Yxy6.07950.15320.0639
Hunter Lab24.656662.4278-161.9658
CIE-Lab29.612271.0735-97.6212

#150ce5 color RGB value is (21,12,229).

#150ce5 hex color red value is 21, green value is 12 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #150ce5 hue: 0.67 , saturation: 0.90 and the lightness value of 150ce5 is 0.47.

The process color (four color CMYK) of #150ce5 color hex is 0.91, 0.95, 0.00, 0.10. Web safe color of #150ce5 is #0000cc. Color #150ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 11100101
Octal 25 14 345
Decimal 21 12 229
Hex 15 C E5

RGB Percentages of Color #150ce5

%8.02
%4.58
%87.40

CMYK Percentages of Color #150ce5

%91
%95
%0
%10

Triadic Colors of #150ce5

#150ce5 #e5150c #0ce515

Analogous Colors of #150ce5

#150ce5 #820ce5 #0c70e5

Monochromatic Colors of #150ce5

#150ce5

Complementary Color

#150ce5 #dce50c

#150ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150ce5 Color CSS Codes

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

#150ce5 Text Font Color

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

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


#150ce5 Background Color

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

This div background color is #150ce5


#150ce5 Border Color

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

This div border color is #150ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150ce5


Comments

No comments written yet.

Please login to write comment.