Color Hex Logo

#280feb Color Hex

#280FEB
(40,15,235)
0 Favorites   0 Comments

Color spaces of #280feb

RGB 4015235
HSL0.690.880.49
HSV247°94°92°
CMYK 0.830.940.00   0.08
XYZ16.04136.790979.0626
Yxy6.79090.15740.0666
Hunter Lab26.059464.2750-161.6409
CIE-Lab31.326172.3229-98.1663

#280feb color RGB value is (40,15,235).

#280feb hex color red value is 40, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #280feb hue: 0.69 , saturation: 0.88 and the lightness value of 280feb is 0.49.

The process color (four color CMYK) of #280feb color hex is 0.83, 0.94, 0.00, 0.08. Web safe color of #280feb is #3300ff. Color #280feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001111 11101011
Octal 50 17 353
Decimal 40 15 235
Hex 28 F EB

RGB Percentages of Color #280feb

%13.79
%5.17
%81.03

CMYK Percentages of Color #280feb

%83
%94
%0
%8

Triadic Colors of #280feb

#280feb #eb280f #0feb28

Analogous Colors of #280feb

#280feb #960feb #0f64eb

Monochromatic Colors of #280feb

#280feb

Complementary Color

#280feb #d2eb0f

#280feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#280feb Color CSS Codes

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

#280feb Text Font Color

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

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


#280feb Background Color

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

This div background color is #280feb


#280feb Border Color

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

This div border color is #280feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280feb


Comments

No comments written yet.

Please login to write comment.