Color Hex Logo

#150953 Color Hex

#150953
(21,9,83)
0 Favorites   0 Comments

Color spaces of #150953

RGB 21983
HSL0.690.800.18
HSV250°89°33°
CMYK 0.750.890.00   0.67
XYZ1.96830.97938.2689
Yxy0.97930.17550.0873
Hunter Lab9.896018.1856-42.6146
CIE-Lab8.817830.3321-41.9060

#150953 color RGB value is (21,9,83).

#150953 hex color red value is 21, green value is 9 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #150953 hue: 0.69 , saturation: 0.80 and the lightness value of 150953 is 0.18.

The process color (four color CMYK) of #150953 color hex is 0.75, 0.89, 0.00, 0.67. Web safe color of #150953 is #000066. Color #150953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001001 01010011
Octal 25 11 123
Decimal 21 9 83
Hex 15 9 53

RGB Percentages of Color #150953

%18.58
%7.96
%73.45

CMYK Percentages of Color #150953

%75
%89
%0
%67

Triadic Colors of #150953

#150953 #531509 #095315

Analogous Colors of #150953

#150953 #3a0953 #092253

Monochromatic Colors of #150953

#150953

Complementary Color

#150953 #475309

#150953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150953 Color CSS Codes

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

#150953 Text Font Color

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

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


#150953 Background Color

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

This div background color is #150953


#150953 Border Color

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

This div border color is #150953


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,9,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150953; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150953;
  -webkit-box-shadow: 1px 1px 3px 2px #150953;
  box-shadow:         1px 1px 3px 2px #150953; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150953


Comments

No comments written yet.

Please login to write comment.