Color Hex Logo

#21066c Color Hex

#21066C
(33,6,108)
0 Favorites   0 Comments

Color spaces of #21066c

RGB 336108
HSL0.710.890.22
HSV256°94°42°
CMYK 0.690.940.00   0.58
XYZ3.39911.536314.3047
Yxy1.53630.17670.0798
Hunter Lab12.394827.2605-59.7498
CIE-Lab12.837040.4348-51.9534

#21066c color RGB value is (33,6,108).

#21066c hex color red value is 33, green value is 6 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #21066c hue: 0.71 , saturation: 0.89 and the lightness value of 21066c is 0.22.

The process color (four color CMYK) of #21066c color hex is 0.69, 0.94, 0.00, 0.58. Web safe color of #21066c is #330066. Color #21066c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000110 01101100
Octal 41 6 154
Decimal 33 6 108
Hex 21 6 6C

RGB Percentages of Color #21066c

%22.45
%4.08
%73.47

CMYK Percentages of Color #21066c

%69
%94
%0
%58

Triadic Colors of #21066c

#21066c #6c2106 #066c21

Analogous Colors of #21066c

#21066c #54066c #061e6c

Monochromatic Colors of #21066c

#21066c

Complementary Color

#21066c #516c06

#21066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21066c Color CSS Codes

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

#21066c Text Font Color

<p style="color:#21066c">Text here</p>

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


#21066c Background Color

<div style="background-color:#21066c">
Div content here</div>

This div background color is #21066c


#21066c Border Color

<div style="border:3px solid #21066c">
Div here</div>

This div border color is #21066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21066c


Comments

No comments written yet.

Please login to write comment.