Color Hex Logo

#150dca Color Hex

#150DCA
(21,13,202)
0 Favorites   0 Comments

Color spaces of #150dca

RGB 2113202
HSL0.670.880.42
HSV243°94°79°
CMYK 0.900.940.00   0.21
XYZ11.11394.711556.2008
Yxy4.71150.15430.0654
Hunter Lab21.706053.4101-138.3185
CIE-Lab25.896563.9119-88.1966

#150dca color RGB value is (21,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001101 11001010
Octal 25 15 312
Decimal 21 13 202
Hex 15 D CA

RGB Percentages of Color #150dca

%8.90
%5.51
%85.59

CMYK Percentages of Color #150dca

%90
%94
%0
%21

Triadic Colors of #150dca

#150dca #ca150d #0dca15

Analogous Colors of #150dca

#150dca #740dca #0d63ca

Monochromatic Colors of #150dca

#150dca

Complementary Color

#150dca #c2ca0d

#150dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#150dca Color CSS Codes

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

#150dca Text Font Color

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

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


#150dca Background Color

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

This div background color is #150dca


#150dca Border Color

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

This div border color is #150dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150dca


Comments

No comments written yet.

Please login to write comment.