Color Hex Logo

#153247 Color Hex

#153247
(21,50,71)
0 Favorites   0 Comments

Color spaces of #153247

RGB 215071
HSL0.570.540.18
HSV205°70°28°
CMYK 0.700.300.00   0.72
XYZ2.58722.89566.3838
Yxy2.89560.21800.2440
Hunter Lab17.0165-2.6395-10.3314
CIE-Lab19.6208-3.1314-16.2815

#153247 color RGB value is (21,50,71).

#153247 hex color red value is 21, green value is 50 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #153247 hue: 0.57 , saturation: 0.54 and the lightness value of 153247 is 0.18.

The process color (four color CMYK) of #153247 color hex is 0.70, 0.30, 0.00, 0.72. Web safe color of #153247 is #003333. Color #153247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110010 01000111
Octal 25 62 107
Decimal 21 50 71
Hex 15 32 47

RGB Percentages of Color #153247

%14.79
%35.21
%50.00

CMYK Percentages of Color #153247

%70
%30
%0
%72

Triadic Colors of #153247

#153247 #471532 #324715

Analogous Colors of #153247

#153247 #151947 #154743

Monochromatic Colors of #153247

#153247

Complementary Color

#153247 #472a15

#153247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#153247 Color CSS Codes

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

#153247 Text Font Color

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

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


#153247 Background Color

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

This div background color is #153247


#153247 Border Color

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

This div border color is #153247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153247


Comments

No comments written yet.

Please login to write comment.