Color Hex Logo

#15475d Color Hex

#15475D
(21,71,93)
0 Favorites   0 Comments

Color spaces of #15475d

RGB 217193
HSL0.550.630.22
HSV198°77°36°
CMYK 0.770.240.00   0.64
XYZ4.53835.456211.1699
Yxy5.45620.21440.2578
Hunter Lab23.3585-6.1968-12.0012
CIE-Lab27.9968-8.2481-17.7687

#15475d color RGB value is (21,71,93).

#15475d hex color red value is 21, green value is 71 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #15475d hue: 0.55 , saturation: 0.63 and the lightness value of 15475d is 0.22.

The process color (four color CMYK) of #15475d color hex is 0.77, 0.24, 0.00, 0.64. Web safe color of #15475d is #003366. Color #15475d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01000111 01011101
Octal 25 107 135
Decimal 21 71 93
Hex 15 47 5D

RGB Percentages of Color #15475d

%11.35
%38.38
%50.27

CMYK Percentages of Color #15475d

%77
%24
%0
%64

Triadic Colors of #15475d

#15475d #5d1547 #475d15

Analogous Colors of #15475d

#15475d #15235d #155d4f

Monochromatic Colors of #15475d

#15475d

Complementary Color

#15475d #5d2b15

#15475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15475d Color CSS Codes

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

#15475d Text Font Color

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

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


#15475d Background Color

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

This div background color is #15475d


#15475d Border Color

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

This div border color is #15475d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15475d


Comments

No comments written yet.

Please login to write comment.