Color Hex Logo

#150cda Color Hex

#150CDA
(21,12,218)
0 Favorites   0 Comments

Color spaces of #150cda

RGB 2112218
HSL0.670.900.45
HSV243°94°85°
CMYK 0.900.940.00   0.15
XYZ13.09565.484366.6980
Yxy5.48430.15360.0643
Hunter Lab23.418658.8341-152.4697
CIE-Lab28.072268.2787-93.8694

#150cda color RGB value is (21,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 11011010
Octal 25 14 332
Decimal 21 12 218
Hex 15 C DA

RGB Percentages of Color #150cda

%8.37
%4.78
%86.85

CMYK Percentages of Color #150cda

%90
%94
%0
%15

Triadic Colors of #150cda

#150cda #da150c #0cda15

Analogous Colors of #150cda

#150cda #7c0cda #0c6ada

Monochromatic Colors of #150cda

#150cda

Complementary Color

#150cda #d1da0c

#150cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#150cda Color CSS Codes

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

#150cda Text Font Color

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

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


#150cda Background Color

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

This div background color is #150cda


#150cda Border Color

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

This div border color is #150cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150cda


Comments

No comments written yet.

Please login to write comment.