Color Hex Logo

#211edd Color Hex

#211EDD
(33,30,221)
0 Favorites   0 Comments

Color spaces of #211edd

RGB 3330221
HSL0.670.760.49
HSV241°86°87°
CMYK 0.850.860.00   0.13
XYZ14.14266.472368.9105
Yxy6.47230.15800.0723
Hunter Lab25.440754.7076-142.7885
CIE-Lab30.574164.2015-91.4136

#211edd color RGB value is (33,30,221).

#211edd hex color red value is 33, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #211edd hue: 0.67 , saturation: 0.76 and the lightness value of 211edd is 0.49.

The process color (four color CMYK) of #211edd color hex is 0.85, 0.86, 0.00, 0.13. Web safe color of #211edd is #3333cc. Color #211edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011110 11011101
Octal 41 36 335
Decimal 33 30 221
Hex 21 1E DD

RGB Percentages of Color #211edd

%11.62
%10.56
%77.82

CMYK Percentages of Color #211edd

%85
%86
%0
%13

Triadic Colors of #211edd

#211edd #dd211e #1edd21

Analogous Colors of #211edd

#211edd #811edd #1e7bdd

Monochromatic Colors of #211edd

#211edd

Complementary Color

#211edd #dadd1e

#211edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#211edd Color CSS Codes

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

#211edd Text Font Color

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

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


#211edd Background Color

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

This div background color is #211edd


#211edd Border Color

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

This div border color is #211edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211edd


Comments

No comments written yet.

Please login to write comment.