Color Hex Logo

#21299f Color Hex

#21299F
(33,41,159)
0 Favorites   0 Comments

Color spaces of #21299f

RGB 3341159
HSL0.660.660.38
HSV236°79°62°
CMYK 0.790.740.00   0.38
XYZ7.67814.412433.2479
Yxy4.41240.16940.0973
Hunter Lab21.005728.4861-79.1404
CIE-Lab24.990539.4602-64.0052

#21299f color RGB value is (33,41,159).

#21299f hex color red value is 33, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #21299f hue: 0.66 , saturation: 0.66 and the lightness value of 21299f is 0.38.

The process color (four color CMYK) of #21299f color hex is 0.79, 0.74, 0.00, 0.38. Web safe color of #21299f is #333399. Color #21299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00101001 10011111
Octal 41 51 237
Decimal 33 41 159
Hex 21 29 9F

RGB Percentages of Color #21299f

%14.16
%17.60
%68.24

CMYK Percentages of Color #21299f

%79
%74
%0
%38

Triadic Colors of #21299f

#21299f #9f2129 #299f21

Analogous Colors of #21299f

#21299f #58219f #21689f

Monochromatic Colors of #21299f

#21299f

Complementary Color

#21299f #9f9721

#21299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21299f Color CSS Codes

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

#21299f Text Font Color

<p style="color:#21299f">Text here</p>

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


#21299f Background Color

<div style="background-color:#21299f">
Div content here</div>

This div background color is #21299f


#21299f Border Color

<div style="border:3px solid #21299f">
Div here</div>

This div border color is #21299f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,41,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21299f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21299f;
  -webkit-box-shadow: 1px 1px 3px 2px #21299f;
  box-shadow:         1px 1px 3px 2px #21299f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21299f


Comments

No comments written yet.

Please login to write comment.