Color Hex Logo

#280480 Color Hex

#280480
(40,4,128)
0 Favorites   0 Comments

Color spaces of #280480

RGB 404128
HSL0.720.940.26
HSV257°97°50°
CMYK 0.690.970.00   0.50
XYZ4.81482.096520.5730
Yxy2.09650.17520.0763
Hunter Lab14.479334.0178-74.1071
CIE-Lab15.985747.1354-59.6171

#280480 color RGB value is (40,4,128).

#280480 hex color red value is 40, green value is 4 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #280480 hue: 0.72 , saturation: 0.94 and the lightness value of 280480 is 0.26.

The process color (four color CMYK) of #280480 color hex is 0.69, 0.97, 0.00, 0.50. Web safe color of #280480 is #330099. Color #280480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00000100 10000000
Octal 50 4 200
Decimal 40 4 128
Hex 28 4 80

RGB Percentages of Color #280480

%23.26
%2.33
%74.42

CMYK Percentages of Color #280480

%69
%97
%0
%50

Triadic Colors of #280480

#280480 #802804 #048028

Analogous Colors of #280480

#280480 #660480 #041e80

Monochromatic Colors of #280480

#280480

Complementary Color

#280480 #5c8004

#280480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#280480 Color CSS Codes

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

#280480 Text Font Color

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

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


#280480 Background Color

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

This div background color is #280480


#280480 Border Color

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

This div border color is #280480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280480


Comments

No comments written yet.

Please login to write comment.