Color Hex Logo

#210089 Color Hex

#210089
(33,0,137)
0 Favorites   0 Comments

Color spaces of #210089

RGB 330137
HSL0.711.000.27
HSV254°100°54°
CMYK 0.761.000.00   0.46
XYZ5.14262.129523.8069
Yxy2.12950.16550.0685
Hunter Lab14.592837.3672-86.5115
CIE-Lab16.152750.5224-65.0525

#210089 color RGB value is (33,0,137).

#210089 hex color red value is 33, green value is 0 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #210089 hue: 0.71 , saturation: 1.00 and the lightness value of 210089 is 0.27.

The process color (four color CMYK) of #210089 color hex is 0.76, 1.00, 0.00, 0.46. Web safe color of #210089 is #330099. Color #210089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00000000 10001001
Octal 41 0 211
Decimal 33 0 137
Hex 21 0 89

RGB Percentages of Color #210089

%19.41
%0.00
%80.59

CMYK Percentages of Color #210089

%76
%100
%0
%46

Triadic Colors of #210089

#210089 #892100 #008921

Analogous Colors of #210089

#210089 #660089 #002389

Monochromatic Colors of #210089

#210089

Complementary Color

#210089 #688900

#210089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210089 Color CSS Codes

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

#210089 Text Font Color

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

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


#210089 Background Color

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

This div background color is #210089


#210089 Border Color

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

This div border color is #210089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210089


Comments

No comments written yet.

Please login to write comment.