Color Hex Logo

#150125 Color Hex

#150125
(21,1,37)
0 Favorites   0 Comments

Color spaces of #150125

RGB 21137
HSL0.760.950.07
HSV273°97°15°
CMYK 0.430.970.00   0.85
XYZ0.65400.31471.7765
Yxy0.31470.23820.1146
Hunter Lab5.609810.9926-14.8489
CIE-Lab2.842714.5376-18.2388

#150125 color RGB value is (21,1,37).

#150125 hex color red value is 21, green value is 1 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #150125 hue: 0.76 , saturation: 0.95 and the lightness value of 150125 is 0.07.

The process color (four color CMYK) of #150125 color hex is 0.43, 0.97, 0.00, 0.85. Web safe color of #150125 is #000033. Color #150125 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 00100101
Octal 25 1 45
Decimal 21 1 37
Hex 15 1 25

RGB Percentages of Color #150125

%35.59
%1.69
%62.71

CMYK Percentages of Color #150125

%43
%97
%0
%85

Triadic Colors of #150125

#150125 #251501 #012515

Analogous Colors of #150125

#150125 #250123 #030125

Monochromatic Colors of #150125

#150125

Complementary Color

#150125 #112501

#150125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150125 Color CSS Codes

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

#150125 Text Font Color

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

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


#150125 Background Color

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

This div background color is #150125


#150125 Border Color

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

This div border color is #150125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150125


Comments

No comments written yet.

Please login to write comment.