Color Hex Logo

#211250 Color Hex

#211250
(33,18,80)
0 Favorites   0 Comments

Color spaces of #211250

RGB 331880
HSL0.710.630.19
HSV255°78°31°
CMYK 0.590.780.00   0.69
XYZ2.29151.33517.7263
Yxy1.33510.20180.1176
Hunter Lab11.554715.1792-31.5574
CIE-Lab11.518825.8278-35.3545

#211250 color RGB value is (33,18,80).

#211250 hex color red value is 33, green value is 18 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #211250 hue: 0.71 , saturation: 0.63 and the lightness value of 211250 is 0.19.

The process color (four color CMYK) of #211250 color hex is 0.59, 0.78, 0.00, 0.69. Web safe color of #211250 is #330066. Color #211250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00010010 01010000
Octal 41 22 120
Decimal 33 18 80
Hex 21 12 50

RGB Percentages of Color #211250

%25.19
%13.74
%61.07

CMYK Percentages of Color #211250

%59
%78
%0
%69

Triadic Colors of #211250

#211250 #502112 #125021

Analogous Colors of #211250

#211250 #401250 #122250

Monochromatic Colors of #211250

#211250

Complementary Color

#211250 #415012

#211250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#211250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#211250 Color CSS Codes

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

#211250 Text Font Color

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

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


#211250 Background Color

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

This div background color is #211250


#211250 Border Color

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

This div border color is #211250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #211250


Comments

No comments written yet.

Please login to write comment.