Color Hex Logo

#15272e Color Hex

#15272E
(21,39,46)
0 Favorites   0 Comments

Color spaces of #15272e

RGB 213946
HSL0.550.370.13
HSV197°54°18°
CMYK 0.540.150.00   0.82
XYZ1.52791.80772.8532
Yxy1.80770.24690.2921
Hunter Lab13.4451-3.2441-3.1705
CIE-Lab14.4439-5.0345-6.9152

#15272e color RGB value is (21,39,46).

#15272e hex color red value is 21, green value is 39 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #15272e hue: 0.55 , saturation: 0.37 and the lightness value of 15272e is 0.13.

The process color (four color CMYK) of #15272e color hex is 0.54, 0.15, 0.00, 0.82. Web safe color of #15272e is #003333. Color #15272e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100111 00101110
Octal 25 47 56
Decimal 21 39 46
Hex 15 27 2E

RGB Percentages of Color #15272e

%19.81
%36.79
%43.40

CMYK Percentages of Color #15272e

%54
%15
%0
%82

Triadic Colors of #15272e

#15272e #2e1527 #272e15

Analogous Colors of #15272e

#15272e #151b2e #152e29

Monochromatic Colors of #15272e

#15272e

Complementary Color

#15272e #2e1c15

#15272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15272e Color CSS Codes

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

#15272e Text Font Color

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

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


#15272e Background Color

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

This div background color is #15272e


#15272e Border Color

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

This div border color is #15272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15272e


Comments

No comments written yet.

Please login to write comment.