Color Hex Logo

#15275a Color Hex

#15275A
(21,39,90)
0 Favorites   0 Comments

Color spaces of #15275a

RGB 213990
HSL0.620.620.22
HSV224°77°35°
CMYK 0.770.570.00   0.65
XYZ2.88022.34879.9744
Yxy2.34870.18940.1545
Hunter Lab15.32556.7269-27.8604
CIE-Lab17.220112.6928-32.8823

#15275a color RGB value is (21,39,90).

#15275a hex color red value is 21, green value is 39 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #15275a hue: 0.62 , saturation: 0.62 and the lightness value of 15275a is 0.22.

The process color (four color CMYK) of #15275a color hex is 0.77, 0.57, 0.00, 0.65. Web safe color of #15275a is #003366. Color #15275a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100111 01011010
Octal 25 47 132
Decimal 21 39 90
Hex 15 27 5A

RGB Percentages of Color #15275a

%14.00
%26.00
%60.00

CMYK Percentages of Color #15275a

%77
%57
%0
%65

Triadic Colors of #15275a

#15275a #5a1527 #275a15

Analogous Colors of #15275a

#15275a #26155a #154a5a

Monochromatic Colors of #15275a

#15275a

Complementary Color

#15275a #5a4815

#15275a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15275a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15275a Color CSS Codes

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

#15275a Text Font Color

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

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


#15275a Background Color

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

This div background color is #15275a


#15275a Border Color

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

This div border color is #15275a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15275a

#15275a Color Palettes


Comments

No comments written yet.

Please login to write comment.