Color Hex Logo

#15028f Color Hex

#15028F
(21,2,143)
0 Favorites   0 Comments

Color spaces of #15028f

RGB 212143
HSL0.690.970.28
HSV248°99°56°
CMYK 0.850.990.00   0.44
XYZ5.28892.186026.1298
Yxy2.18600.15740.0651
Hunter Lab14.785137.9786-94.4338
CIE-Lab16.434651.0840-68.3643

#15028f color RGB value is (21,2,143).

#15028f hex color red value is 21, green value is 2 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #15028f hue: 0.69 , saturation: 0.97 and the lightness value of 15028f is 0.28.

The process color (four color CMYK) of #15028f color hex is 0.85, 0.99, 0.00, 0.44. Web safe color of #15028f is #000099. Color #15028f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000010 10001111
Octal 25 2 217
Decimal 21 2 143
Hex 15 2 8F

RGB Percentages of Color #15028f

%12.65
%1.20
%86.14

CMYK Percentages of Color #15028f

%85
%99
%0
%44

Triadic Colors of #15028f

#15028f #8f1502 #028f15

Analogous Colors of #15028f

#15028f #5b028f #02368f

Monochromatic Colors of #15028f

#15028f

Complementary Color

#15028f #7c8f02

#15028f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15028f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15028f Color CSS Codes

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

#15028f Text Font Color

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

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


#15028f Background Color

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

This div background color is #15028f


#15028f Border Color

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

This div border color is #15028f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15028f


Comments

No comments written yet.

Please login to write comment.