Color Hex Logo

#11215b Color Hex

#11215B
(17,33,91)
0 Favorites   0 Comments

Color spaces of #11215b

RGB 173391
HSL0.630.690.21
HSV227°81°36°
CMYK 0.810.640.00   0.64
XYZ2.66341.962210.1359
Yxy1.96220.18040.1329
Hunter Lab14.00799.4256-33.0960
CIE-Lab15.287617.0087-36.6981

#11215b color RGB value is (17,33,91).

#11215b hex color red value is 17, green value is 33 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #11215b hue: 0.63 , saturation: 0.69 and the lightness value of 11215b is 0.21.

The process color (four color CMYK) of #11215b color hex is 0.81, 0.64, 0.00, 0.64. Web safe color of #11215b is #003366. Color #11215b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 01011011
Octal 21 41 133
Decimal 17 33 91
Hex 11 21 5B

RGB Percentages of Color #11215b

%12.06
%23.40
%64.54

CMYK Percentages of Color #11215b

%81
%64
%0
%64

Triadic Colors of #11215b

#11215b #5b1121 #215b11

Analogous Colors of #11215b

#11215b #26115b #11465b

Monochromatic Colors of #11215b

#11215b

Complementary Color

#11215b #5b4b11

#11215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11215b Color CSS Codes

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

#11215b Text Font Color

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

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


#11215b Background Color

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

This div background color is #11215b


#11215b Border Color

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

This div border color is #11215b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,33,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11215b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11215b;
  -webkit-box-shadow: 1px 1px 3px 2px #11215b;
  box-shadow:         1px 1px 3px 2px #11215b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11215b


Comments

No comments written yet.

Please login to write comment.