Color Hex Logo

#211bee Color Hex

#211BEE
(33,27,238)
0 Favorites   0 Comments

Color spaces of #211bee

RGB 3327238
HSL0.670.860.52
HSV242°89°93°
CMYK 0.860.890.00   0.07
XYZ16.45177.280281.4270
Yxy7.28020.15640.0692
Hunter Lab26.981861.6190-160.0407
CIE-Lab32.436569.8733-98.0263

#211bee color RGB value is (33,27,238).

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

The process color (four color CMYK) of #211bee color hex is 0.86, 0.89, 0.00, 0.07. Web safe color of #211bee is #3333ff. Color #211bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011011 11101110
Octal 41 33 356
Decimal 33 27 238
Hex 21 1B EE

RGB Percentages of Color #211bee

%11.07
%9.06
%79.87

CMYK Percentages of Color #211bee

%86
%89
%0
%7

Triadic Colors of #211bee

#211bee #ee211b #1bee21

Analogous Colors of #211bee

#211bee #8b1bee #1b7fee

Monochromatic Colors of #211bee

#211bee

Complementary Color

#211bee #e8ee1b

#211bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#211bee Color CSS Codes

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

#211bee Text Font Color

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

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


#211bee Background Color

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

This div background color is #211bee


#211bee Border Color

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

This div border color is #211bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211bee


Comments

No comments written yet.

Please login to write comment.