Color Hex Logo

#150525 Color Hex

#150525
(21,5,37)
0 Favorites   0 Comments

Color spaces of #150525

RGB 21537
HSL0.750.760.08
HSV270°86°15°
CMYK 0.430.860.00   0.85
XYZ0.69750.40151.7910
Yxy0.40150.24130.1389
Hunter Lab6.33648.5603-12.3230
CIE-Lab3.626712.9399-17.0246

#150525 color RGB value is (21,5,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000101 00100101
Octal 25 5 45
Decimal 21 5 37
Hex 15 5 25

RGB Percentages of Color #150525

%33.33
%7.94
%58.73

CMYK Percentages of Color #150525

%43
%86
%0
%85

Triadic Colors of #150525

#150525 #251505 #052515

Analogous Colors of #150525

#150525 #250525 #050525

Monochromatic Colors of #150525

#150525

Complementary Color

#150525 #152505

#150525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#150525 Color CSS Codes

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

#150525 Text Font Color

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

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


#150525 Background Color

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

This div background color is #150525


#150525 Border Color

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

This div border color is #150525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150525


Comments

No comments written yet.

Please login to write comment.