Color Hex Logo

#21136e Color Hex

#21136E
(33,19,110)
0 Favorites   0 Comments

Color spaces of #21136e

RGB 3319110
HSL0.690.710.25
HSV249°83°43°
CMYK 0.700.830.00   0.57
XYZ3.67451.914914.9278
Yxy1.91490.17910.0933
Hunter Lab13.838023.1819-54.2728
CIE-Lab15.034235.2982-49.6205

#21136e color RGB value is (33,19,110).

#21136e hex color red value is 33, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #21136e hue: 0.69 , saturation: 0.71 and the lightness value of 21136e is 0.25.

The process color (four color CMYK) of #21136e color hex is 0.70, 0.83, 0.00, 0.57. Web safe color of #21136e is #330066. Color #21136e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010011 01101110
Octal 41 23 156
Decimal 33 19 110
Hex 21 13 6E

RGB Percentages of Color #21136e

%20.37
%11.73
%67.90

CMYK Percentages of Color #21136e

%70
%83
%0
%57

Triadic Colors of #21136e

#21136e #6e2113 #136e21

Analogous Colors of #21136e

#21136e #4f136e #13336e

Monochromatic Colors of #21136e

#21136e

Complementary Color

#21136e #606e13

#21136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21136e Color CSS Codes

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

#21136e Text Font Color

<p style="color:#21136e">Text here</p>

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


#21136e Background Color

<div style="background-color:#21136e">
Div content here</div>

This div background color is #21136e


#21136e Border Color

<div style="border:3px solid #21136e">
Div here</div>

This div border color is #21136e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,19,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21136e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21136e;
  -webkit-box-shadow: 1px 1px 3px 2px #21136e;
  box-shadow:         1px 1px 3px 2px #21136e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21136e


Comments

No comments written yet.

Please login to write comment.