Color Hex Logo

#28213d Color Hex

#28213D
(40,33,61)
0 Favorites   0 Comments

Color spaces of #28213d

RGB 403361
HSL0.710.300.18
HSV255°46°24°
CMYK 0.340.460.00   0.76
XYZ2.26121.87584.6578
Yxy1.87580.25710.2133
Hunter Lab13.69605.5023-10.5765
CIE-Lab14.821510.9525-16.8067

#28213d color RGB value is (40,33,61).

#28213d hex color red value is 40, green value is 33 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #28213d hue: 0.71 , saturation: 0.30 and the lightness value of 28213d is 0.18.

The process color (four color CMYK) of #28213d color hex is 0.34, 0.46, 0.00, 0.76. Web safe color of #28213d is #333333. Color #28213d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00100001 00111101
Octal 50 41 75
Decimal 40 33 61
Hex 28 21 3D

RGB Percentages of Color #28213d

%29.85
%24.63
%45.52

CMYK Percentages of Color #28213d

%34
%46
%0
%76

Triadic Colors of #28213d

#28213d #3d2821 #213d28

Analogous Colors of #28213d

#28213d #36213d #21283d

Monochromatic Colors of #28213d

#28213d

Complementary Color

#28213d #363d21

#28213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28213d Color CSS Codes

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

#28213d Text Font Color

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

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


#28213d Background Color

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

This div background color is #28213d


#28213d Border Color

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

This div border color is #28213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28213d


Comments

No comments written yet.

Please login to write comment.