Color Hex Logo

#28217e Color Hex

#28217E
(40,33,126)
0 Favorites   0 Comments

Color spaces of #28217e

RGB 4033126
HSL0.680.580.31
HSV245°74°49°
CMYK 0.680.740.00   0.51
XYZ5.18483.045220.0532
Yxy3.04520.18330.1077
Hunter Lab17.450522.4966-55.9176
CIE-Lab20.224033.4894-51.3349

#28217e color RGB value is (40,33,126).

#28217e hex color red value is 40, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #28217e hue: 0.68 , saturation: 0.58 and the lightness value of 28217e is 0.31.

The process color (four color CMYK) of #28217e color hex is 0.68, 0.74, 0.00, 0.51. Web safe color of #28217e is #333366. Color #28217e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00100001 01111110
Octal 50 41 176
Decimal 40 33 126
Hex 28 21 7E

RGB Percentages of Color #28217e

%20.10
%16.58
%63.32

CMYK Percentages of Color #28217e

%68
%74
%0
%51

Triadic Colors of #28217e

#28217e #7e2821 #217e28

Analogous Colors of #28217e

#28217e #57217e #21497e

Monochromatic Colors of #28217e

#28217e

Complementary Color

#28217e #777e21

#28217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28217e Color CSS Codes

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

#28217e Text Font Color

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

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


#28217e Background Color

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

This div background color is #28217e


#28217e Border Color

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

This div border color is #28217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28217e


Comments

No comments written yet.

Please login to write comment.