Color Hex Logo

#21067e Color Hex

#21067E
(33,6,126)
0 Favorites   0 Comments

Color spaces of #21067e

RGB 336126
HSL0.700.910.26
HSV254°95°49°
CMYK 0.740.950.00   0.51
XYZ4.45821.959919.8820
Yxy1.95990.16950.0745
Hunter Lab13.999632.3441-74.4027
CIE-Lab15.275445.5122-59.5423

#21067e color RGB value is (33,6,126).

#21067e hex color red value is 33, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #21067e hue: 0.70 , saturation: 0.91 and the lightness value of 21067e is 0.26.

The process color (four color CMYK) of #21067e color hex is 0.74, 0.95, 0.00, 0.51. Web safe color of #21067e is #330066. Color #21067e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000110 01111110
Octal 41 6 176
Decimal 33 6 126
Hex 21 6 7E

RGB Percentages of Color #21067e

%20.00
%3.64
%76.36

CMYK Percentages of Color #21067e

%74
%95
%0
%51

Triadic Colors of #21067e

#21067e #7e2106 #067e21

Analogous Colors of #21067e

#21067e #5d067e #06277e

Monochromatic Colors of #21067e

#21067e

Complementary Color

#21067e #637e06

#21067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21067e Color CSS Codes

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

#21067e Text Font Color

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

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


#21067e Background Color

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

This div background color is #21067e


#21067e Border Color

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

This div border color is #21067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21067e


Comments

No comments written yet.

Please login to write comment.