Color Hex Logo

#211977 Color Hex

#211977
(33,25,119)
0 Favorites   0 Comments

Color spaces of #211977

RGB 3325119
HSL0.680.650.28
HSV245°79°47°
CMYK 0.720.790.00   0.53
XYZ4.30462.350517.6796
Yxy2.35050.17690.0966
Hunter Lab15.331323.2878-57.6393
CIE-Lab17.228634.9983-51.8201

#211977 color RGB value is (33,25,119).

#211977 hex color red value is 33, green value is 25 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #211977 hue: 0.68 , saturation: 0.65 and the lightness value of 211977 is 0.28.

The process color (four color CMYK) of #211977 color hex is 0.72, 0.79, 0.00, 0.53. Web safe color of #211977 is #330066. Color #211977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00011001 01110111
Octal 41 31 167
Decimal 33 25 119
Hex 21 19 77

RGB Percentages of Color #211977

%18.64
%14.12
%67.23

CMYK Percentages of Color #211977

%72
%79
%0
%53

Triadic Colors of #211977

#211977 #772119 #197721

Analogous Colors of #211977

#211977 #501977 #194077

Monochromatic Colors of #211977

#211977

Complementary Color

#211977 #6f7719

#211977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211977 Color CSS Codes

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

#211977 Text Font Color

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

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


#211977 Background Color

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

This div background color is #211977


#211977 Border Color

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

This div border color is #211977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,25,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #211977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #211977;
  -webkit-box-shadow: 1px 1px 3px 2px #211977;
  box-shadow:         1px 1px 3px 2px #211977; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211977


Comments

No comments written yet.

Please login to write comment.