Color Hex Logo

#150d65 Color Hex

#150D65
(21,13,101)
0 Favorites   0 Comments

Color spaces of #150d65

RGB 2113101
HSL0.680.770.22
HSV245°87°40°
CMYK 0.790.870.00   0.60
XYZ2.80211.386912.4319
Yxy1.38690.16860.0834
Hunter Lab11.776721.8625-54.3451
CIE-Lab11.870234.3308-48.9742

#150d65 color RGB value is (21,13,101).

#150d65 hex color red value is 21, green value is 13 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #150d65 hue: 0.68 , saturation: 0.77 and the lightness value of 150d65 is 0.22.

The process color (four color CMYK) of #150d65 color hex is 0.79, 0.87, 0.00, 0.60. Web safe color of #150d65 is #000066. Color #150d65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001101 01100101
Octal 25 15 145
Decimal 21 13 101
Hex 15 D 65

RGB Percentages of Color #150d65

%15.56
%9.63
%74.81

CMYK Percentages of Color #150d65

%79
%87
%0
%60

Triadic Colors of #150d65

#150d65 #65150d #0d6515

Analogous Colors of #150d65

#150d65 #410d65 #0d3165

Monochromatic Colors of #150d65

#150d65

Complementary Color

#150d65 #5d650d

#150d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150d65 Color CSS Codes

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

#150d65 Text Font Color

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

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


#150d65 Background Color

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

This div background color is #150d65


#150d65 Border Color

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

This div border color is #150d65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150d65


Comments

No comments written yet.

Please login to write comment.