Color Hex Logo

#211ceb Color Hex

#211CEB
(33,28,235)
0 Favorites   0 Comments

Color spaces of #211ceb

RGB 3328235
HSL0.670.840.52
HSV241°88°92°
CMYK 0.860.880.00   0.08
XYZ16.03787.152079.1324
Yxy7.15200.15670.0699
Hunter Lab26.743260.2451-156.7171
CIE-Lab32.150568.7493-96.7979

#211ceb color RGB value is (33,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011100 11101011
Octal 41 34 353
Decimal 33 28 235
Hex 21 1C EB

RGB Percentages of Color #211ceb

%11.15
%9.46
%79.39

CMYK Percentages of Color #211ceb

%86
%88
%0
%8

Triadic Colors of #211ceb

#211ceb #eb211c #1ceb21

Analogous Colors of #211ceb

#211ceb #891ceb #1c7feb

Monochromatic Colors of #211ceb

#211ceb

Complementary Color

#211ceb #e6eb1c

#211ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#211ceb Color CSS Codes

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

#211ceb Text Font Color

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

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


#211ceb Background Color

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

This div background color is #211ceb


#211ceb Border Color

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

This div border color is #211ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211ceb


Comments

No comments written yet.

Please login to write comment.