Color Hex Logo

#15002b Color Hex

#15002B
(21,0,43)
0 Favorites   0 Comments

Color spaces of #15002b

RGB 21043
HSL0.751.000.08
HSV269°100°17°
CMYK 0.511.000.00   0.83
XYZ0.74530.33382.3107
Yxy0.33380.21990.0985
Hunter Lab5.777512.9157-19.6685
CIE-Lab3.015217.5339-22.5873

#15002b color RGB value is (21,0,43).

#15002b hex color red value is 21, green value is 0 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #15002b hue: 0.75 , saturation: 1.00 and the lightness value of 15002b is 0.08.

The process color (four color CMYK) of #15002b color hex is 0.51, 1.00, 0.00, 0.83. Web safe color of #15002b is #000033. Color #15002b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000000 00101011
Octal 25 0 53
Decimal 21 0 43
Hex 15 0 2B

RGB Percentages of Color #15002b

%32.81
%0.00
%67.19

CMYK Percentages of Color #15002b

%51
%100
%0
%83

Triadic Colors of #15002b

#15002b #2b1500 #002b15

Analogous Colors of #15002b

#15002b #2b002b #00012b

Monochromatic Colors of #15002b

#15002b

Complementary Color

#15002b #162b00

#15002b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15002b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15002b Color CSS Codes

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

#15002b Text Font Color

<p style="color:#15002b">Text here</p>

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


#15002b Background Color

<div style="background-color:#15002b">
Div content here</div>

This div background color is #15002b


#15002b Border Color

<div style="border:3px solid #15002b">
Div here</div>

This div border color is #15002b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,0,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15002b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15002b;
  -webkit-box-shadow: 1px 1px 3px 2px #15002b;
  box-shadow:         1px 1px 3px 2px #15002b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15002b


Comments

No comments written yet.

Please login to write comment.