Color Hex Logo

#15507d Color Hex

#15507D
(21,80,125)
0 Favorites   0 Comments

Color spaces of #15507d

RGB 2180125
HSL0.570.710.29
HSV206°83°49°
CMYK 0.830.360.00   0.51
XYZ6.87967.377420.4634
Yxy7.37740.19810.2125
Hunter Lab27.1614-2.3208-25.6562
CIE-Lab32.6511-1.3282-30.6796

#15507d color RGB value is (21,80,125).

#15507d hex color red value is 21, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #15507d hue: 0.57 , saturation: 0.71 and the lightness value of 15507d is 0.29.

The process color (four color CMYK) of #15507d color hex is 0.83, 0.36, 0.00, 0.51. Web safe color of #15507d is #006666. Color #15507d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 01111101
Octal 25 120 175
Decimal 21 80 125
Hex 15 50 7D

RGB Percentages of Color #15507d

%9.29
%35.40
%55.31

CMYK Percentages of Color #15507d

%83
%36
%0
%51

Triadic Colors of #15507d

#15507d #7d1550 #507d15

Analogous Colors of #15507d

#15507d #151c7d #157d76

Monochromatic Colors of #15507d

#15507d

Complementary Color

#15507d #7d4215

#15507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15507d Color CSS Codes

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

#15507d Text Font Color

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

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


#15507d Background Color

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

This div background color is #15507d


#15507d Border Color

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

This div border color is #15507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15507d


Comments

No comments written yet.

Please login to write comment.