Color Hex Logo

#21009e Color Hex

#21009E
(33,0,158)
0 Favorites   0 Comments

Color spaces of #21009e

RGB 330158
HSL0.701.000.31
HSV253°100°62°
CMYK 0.791.000.00   0.38
XYZ6.79882.792032.5283
Yxy2.79200.16140.0663
Hunter Lab16.709343.3882-103.7246
CIE-Lab19.190955.8710-73.0258

#21009e color RGB value is (33,0,158).

#21009e hex color red value is 33, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #21009e hue: 0.70 , saturation: 1.00 and the lightness value of 21009e is 0.31.

The process color (four color CMYK) of #21009e color hex is 0.79, 1.00, 0.00, 0.38. Web safe color of #21009e is #330099. Color #21009e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000000 10011110
Octal 41 0 236
Decimal 33 0 158
Hex 21 0 9E

RGB Percentages of Color #21009e

%17.28
%0.00
%82.72

CMYK Percentages of Color #21009e

%79
%100
%0
%38

Triadic Colors of #21009e

#21009e #9e2100 #009e21

Analogous Colors of #21009e

#21009e #70009e #002e9e

Monochromatic Colors of #21009e

#21009e

Complementary Color

#21009e #7d9e00

#21009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21009e Color CSS Codes

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

#21009e Text Font Color

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

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


#21009e Background Color

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

This div background color is #21009e


#21009e Border Color

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

This div border color is #21009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21009e


Comments

No comments written yet.

Please login to write comment.