Color Hex Logo

#280bbd Color Hex

#280BBD
(40,11,189)
0 Favorites   0 Comments

Color spaces of #280bbd

RGB 4011189
HSL0.690.890.39
HSV250°94°74°
CMYK 0.790.940.00   0.26
XYZ10.18014.364648.4500
Yxy4.36460.16160.0693
Hunter Lab20.891650.4194-122.8760
CIE-Lab24.841961.4085-82.2719

#280bbd color RGB value is (40,11,189).

#280bbd hex color red value is 40, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #280bbd hue: 0.69 , saturation: 0.89 and the lightness value of 280bbd is 0.39.

The process color (four color CMYK) of #280bbd color hex is 0.79, 0.94, 0.00, 0.26. Web safe color of #280bbd is #3300cc. Color #280bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001011 10111101
Octal 50 13 275
Decimal 40 11 189
Hex 28 B BD

RGB Percentages of Color #280bbd

%16.67
%4.58
%78.75

CMYK Percentages of Color #280bbd

%79
%94
%0
%26

Triadic Colors of #280bbd

#280bbd #bd280b #0bbd28

Analogous Colors of #280bbd

#280bbd #810bbd #0b47bd

Monochromatic Colors of #280bbd

#280bbd

Complementary Color

#280bbd #a0bd0b

#280bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#280bbd Color CSS Codes

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

#280bbd Text Font Color

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

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


#280bbd Background Color

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

This div background color is #280bbd


#280bbd Border Color

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

This div border color is #280bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280bbd


Comments

No comments written yet.

Please login to write comment.