Color Hex Logo

#211acd Color Hex

#211ACD
(33,26,205)
0 Favorites   0 Comments

Color spaces of #211acd

RGB 3326205
HSL0.670.770.45
HSV242°87°80°
CMYK 0.840.870.00   0.20
XYZ12.01605.469958.1801
Yxy5.46990.15880.0723
Hunter Lab23.387850.7796-131.1198
CIE-Lab28.033661.1441-86.3736

#211acd color RGB value is (33,26,205).

#211acd hex color red value is 33, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #211acd hue: 0.67 , saturation: 0.77 and the lightness value of 211acd is 0.45.

The process color (four color CMYK) of #211acd color hex is 0.84, 0.87, 0.00, 0.20. Web safe color of #211acd is #3333cc. Color #211acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011010 11001101
Octal 41 32 315
Decimal 33 26 205
Hex 21 1A CD

RGB Percentages of Color #211acd

%12.50
%9.85
%77.65

CMYK Percentages of Color #211acd

%84
%87
%0
%20

Triadic Colors of #211acd

#211acd #cd211a #1acd21

Analogous Colors of #211acd

#211acd #7b1acd #1a6dcd

Monochromatic Colors of #211acd

#211acd

Complementary Color

#211acd #c6cd1a

#211acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#211acd Color CSS Codes

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

#211acd Text Font Color

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

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


#211acd Background Color

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

This div background color is #211acd


#211acd Border Color

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

This div border color is #211acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211acd


Comments

No comments written yet.

Please login to write comment.