Color Hex Logo

#210828 Color Hex

#210828
(33,8,40)
0 Favorites   0 Comments

Color spaces of #210828

RGB 33840
HSL0.800.670.09
HSV287°80°16°
CMYK 0.180.800.00   0.84
XYZ1.09700.65022.0752
Yxy0.65020.28700.1701
Hunter Lab8.063510.1729-9.6143
CIE-Lab5.873218.7140-15.7108

#210828 color RGB value is (33,8,40).

#210828 hex color red value is 33, green value is 8 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #210828 hue: 0.80 , saturation: 0.67 and the lightness value of 210828 is 0.09.

The process color (four color CMYK) of #210828 color hex is 0.18, 0.80, 0.00, 0.84. Web safe color of #210828 is #330033. Color #210828 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00001000 00101000
Octal 41 10 50
Decimal 33 8 40
Hex 21 8 28

RGB Percentages of Color #210828

%40.74
%9.88
%49.38

CMYK Percentages of Color #210828

%18
%80
%0
%84

Triadic Colors of #210828

#210828 #282108 #082821

Analogous Colors of #210828

#210828 #28081f #110828

Monochromatic Colors of #210828

#210828

Complementary Color

#210828 #0f2808

#210828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#210828 Color CSS Codes

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

#210828 Text Font Color

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

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


#210828 Background Color

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

This div background color is #210828


#210828 Border Color

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

This div border color is #210828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210828


Comments

No comments written yet.

Please login to write comment.