Color Hex Logo

#280249 Color Hex

#280249
(40,2,73)
0 Favorites   0 Comments

Color spaces of #280249

RGB 40273
HSL0.760.950.15
HSV272°97°29°
CMYK 0.450.970.00   0.71
XYZ2.09940.97566.3810
Yxy0.97560.22200.1032
Hunter Lab9.877220.6548-31.3891
CIE-Lab8.786533.4502-34.9501

#280249 color RGB value is (40,2,73).

#280249 hex color red value is 40, green value is 2 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #280249 hue: 0.76 , saturation: 0.95 and the lightness value of 280249 is 0.15.

The process color (four color CMYK) of #280249 color hex is 0.45, 0.97, 0.00, 0.71. Web safe color of #280249 is #330033. Color #280249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00000010 01001001
Octal 50 2 111
Decimal 40 2 73
Hex 28 2 49

RGB Percentages of Color #280249

%34.78
%1.74
%63.48

CMYK Percentages of Color #280249

%45
%97
%0
%71

Triadic Colors of #280249

#280249 #492802 #024928

Analogous Colors of #280249

#280249 #490247 #040249

Monochromatic Colors of #280249

#280249

Complementary Color

#280249 #234902

#280249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#280249 Color CSS Codes

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

#280249 Text Font Color

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

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


#280249 Background Color

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

This div background color is #280249


#280249 Border Color

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

This div border color is #280249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280249


Comments

No comments written yet.

Please login to write comment.