Color Hex Logo

#15022d Color Hex

#15022D
(21,2,45)
0 Favorites   0 Comments

Color spaces of #15022d

RGB 21245
HSL0.740.910.09
HSV267°96°18°
CMYK 0.530.960.00   0.82
XYZ0.80460.39232.5159
Yxy0.39230.21670.1057
Hunter Lab6.263411.9693-19.4315
CIE-Lab3.543617.6854-23.2691

#15022d color RGB value is (21,2,45).

#15022d hex color red value is 21, green value is 2 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #15022d hue: 0.74 , saturation: 0.91 and the lightness value of 15022d is 0.09.

The process color (four color CMYK) of #15022d color hex is 0.53, 0.96, 0.00, 0.82. Web safe color of #15022d is #000033. Color #15022d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000010 00101101
Octal 25 2 55
Decimal 21 2 45
Hex 15 2 2D

RGB Percentages of Color #15022d

%30.88
%2.94
%66.18

CMYK Percentages of Color #15022d

%53
%96
%0
%82

Triadic Colors of #15022d

#15022d #2d1502 #022d15

Analogous Colors of #15022d

#15022d #2b022d #02052d

Monochromatic Colors of #15022d

#15022d

Complementary Color

#15022d #1a2d02

#15022d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15022d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15022d Color CSS Codes

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

#15022d Text Font Color

<p style="color:#15022d">Text here</p>

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


#15022d Background Color

<div style="background-color:#15022d">
Div content here</div>

This div background color is #15022d


#15022d Border Color

<div style="border:3px solid #15022d">
Div here</div>

This div border color is #15022d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15022d


Comments

No comments written yet.

Please login to write comment.