Color Hex Logo

#15384f Color Hex

#15384F
(21,56,79)
0 Favorites   0 Comments

Color spaces of #15384f

RGB 215679
HSL0.570.580.20
HSV204°73°31°
CMYK 0.730.290.00   0.69
XYZ3.13473.55237.9176
Yxy3.55230.21460.2432
Hunter Lab18.8475-3.2953-11.7136
CIE-Lab22.1324-4.0188-17.7329

#15384f color RGB value is (21,56,79).

#15384f hex color red value is 21, green value is 56 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #15384f hue: 0.57 , saturation: 0.58 and the lightness value of 15384f is 0.20.

The process color (four color CMYK) of #15384f color hex is 0.73, 0.29, 0.00, 0.69. Web safe color of #15384f is #003366. Color #15384f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111000 01001111
Octal 25 70 117
Decimal 21 56 79
Hex 15 38 4F

RGB Percentages of Color #15384f

%13.46
%35.90
%50.64

CMYK Percentages of Color #15384f

%73
%29
%0
%69

Triadic Colors of #15384f

#15384f #4f1538 #384f15

Analogous Colors of #15384f

#15384f #151b4f #154f49

Monochromatic Colors of #15384f

#15384f

Complementary Color

#15384f #4f2c15

#15384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15384f Color CSS Codes

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

#15384f Text Font Color

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

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


#15384f Background Color

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

This div background color is #15384f


#15384f Border Color

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

This div border color is #15384f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,56,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15384f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15384f;
  -webkit-box-shadow: 1px 1px 3px 2px #15384f;
  box-shadow:         1px 1px 3px 2px #15384f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15384f


Comments

No comments written yet.

Please login to write comment.