Color Hex Logo

#15083f Color Hex

#15083F
(21,8,63)
0 Favorites   0 Comments

Color spaces of #15083f

RGB 21863
HSL0.710.770.14
HSV254°87°25°
CMYK 0.670.870.00   0.75
XYZ1.29330.69204.7680
Yxy0.69200.19150.1025
Hunter Lab8.318713.1937-28.1602
CIE-Lab6.250823.4601-32.1311

#15083f color RGB value is (21,8,63).

#15083f hex color red value is 21, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #15083f hue: 0.71 , saturation: 0.77 and the lightness value of 15083f is 0.14.

The process color (four color CMYK) of #15083f color hex is 0.67, 0.87, 0.00, 0.75. Web safe color of #15083f is #000033. Color #15083f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 00111111
Octal 25 10 77
Decimal 21 8 63
Hex 15 8 3F

RGB Percentages of Color #15083f

%22.83
%8.70
%68.48

CMYK Percentages of Color #15083f

%67
%87
%0
%75

Triadic Colors of #15083f

#15083f #3f1508 #083f15

Analogous Colors of #15083f

#15083f #31083f #08173f

Monochromatic Colors of #15083f

#15083f

Complementary Color

#15083f #323f08

#15083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15083f Color CSS Codes

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

#15083f Text Font Color

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

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


#15083f Background Color

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

This div background color is #15083f


#15083f Border Color

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

This div border color is #15083f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15083f


Comments

No comments written yet.

Please login to write comment.