Color Hex Logo

#211baf Color Hex

#211BAF
(33,27,175)
0 Favorites   0 Comments

Color spaces of #211baf

RGB 3327175
HSL0.670.730.40
HSV242°85°69°
CMYK 0.810.850.00   0.31
XYZ8.75704.202340.9070
Yxy4.20230.16260.0780
Hunter Lab20.499540.3776-103.9642
CIE-Lab24.329351.9938-74.7810

#211baf color RGB value is (33,27,175).

#211baf hex color red value is 33, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #211baf hue: 0.67 , saturation: 0.73 and the lightness value of 211baf is 0.40.

The process color (four color CMYK) of #211baf color hex is 0.81, 0.85, 0.00, 0.31. Web safe color of #211baf is #333399. Color #211baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011011 10101111
Octal 41 33 257
Decimal 33 27 175
Hex 21 1B AF

RGB Percentages of Color #211baf

%14.04
%11.49
%74.47

CMYK Percentages of Color #211baf

%81
%85
%0
%31

Triadic Colors of #211baf

#211baf #af211b #1baf21

Analogous Colors of #211baf

#211baf #6b1baf #1b5faf

Monochromatic Colors of #211baf

#211baf

Complementary Color

#211baf #a9af1b

#211baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#211baf Color CSS Codes

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

#211baf Text Font Color

<p style="color:#211baf">Text here</p>

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


#211baf Background Color

<div style="background-color:#211baf">
Div content here</div>

This div background color is #211baf


#211baf Border Color

<div style="border:3px solid #211baf">
Div here</div>

This div border color is #211baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,27,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #211baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #211baf;
  -webkit-box-shadow: 1px 1px 3px 2px #211baf;
  box-shadow:         1px 1px 3px 2px #211baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211baf


Comments

No comments written yet.

Please login to write comment.