Color Hex Logo

#150753 Color Hex

#150753
(21,7,83)
0 Favorites   0 Comments

Color spaces of #150753

RGB 21783
HSL0.700.840.18
HSV251°92°33°
CMYK 0.750.920.00   0.67
XYZ1.94660.93598.2617
Yxy0.93590.17470.0840
Hunter Lab9.674218.9872-43.8614
CIE-Lab8.445631.4299-42.5231

#150753 color RGB value is (21,7,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000111 01010011
Octal 25 7 123
Decimal 21 7 83
Hex 15 7 53

RGB Percentages of Color #150753

%18.92
%6.31
%74.77

CMYK Percentages of Color #150753

%75
%92
%0
%67

Triadic Colors of #150753

#150753 #531507 #075315

Analogous Colors of #150753

#150753 #3b0753 #071f53

Monochromatic Colors of #150753

#150753

Complementary Color

#150753 #455307

#150753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150753 Color CSS Codes

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

#150753 Text Font Color

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

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


#150753 Background Color

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

This div background color is #150753


#150753 Border Color

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

This div border color is #150753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150753


Comments

No comments written yet.

Please login to write comment.