Color Hex Logo

#28139b Color Hex

#28139B
(40,19,155)
0 Favorites   0 Comments

Color spaces of #28139b

RGB 4019155
HSL0.690.780.34
HSV249°88°61°
CMYK 0.740.880.00   0.39
XYZ7.02433.283431.2739
Yxy3.28340.16890.0790
Hunter Lab18.120237.4855-89.6456
CIE-Lab21.144949.7181-67.9155

#28139b color RGB value is (40,19,155).

#28139b hex color red value is 40, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #28139b hue: 0.69 , saturation: 0.78 and the lightness value of 28139b is 0.34.

The process color (four color CMYK) of #28139b color hex is 0.74, 0.88, 0.00, 0.39. Web safe color of #28139b is #330099. Color #28139b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00010011 10011011
Octal 50 23 233
Decimal 40 19 155
Hex 28 13 9B

RGB Percentages of Color #28139b

%18.69
%8.88
%72.43

CMYK Percentages of Color #28139b

%74
%88
%0
%39

Triadic Colors of #28139b

#28139b #9b2813 #139b28

Analogous Colors of #28139b

#28139b #6c139b #13429b

Monochromatic Colors of #28139b

#28139b

Complementary Color

#28139b #869b13

#28139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#28139b Color CSS Codes

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

#28139b Text Font Color

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

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


#28139b Background Color

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

This div background color is #28139b


#28139b Border Color

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

This div border color is #28139b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,19,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28139b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28139b;
  -webkit-box-shadow: 1px 1px 3px 2px #28139b;
  box-shadow:         1px 1px 3px 2px #28139b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28139b


Comments

No comments written yet.

Please login to write comment.