Color Hex Logo

#280efb Color Hex

#280EFB
(40,14,251)
0 Favorites   0 Comments

Color spaces of #280efb

RGB 4014251
HSL0.680.970.52
HSV247°94°98°
CMYK 0.840.940.00   0.02
XYZ18.44477.730291.7867
Yxy7.73020.15640.0655
Hunter Lab27.803269.7614-176.2715
CIE-Lab33.414676.4834-103.7335

#280efb color RGB value is (40,14,251).

#280efb hex color red value is 40, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #280efb hue: 0.68 , saturation: 0.97 and the lightness value of 280efb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001110 11111011
Octal 50 16 373
Decimal 40 14 251
Hex 28 E FB

RGB Percentages of Color #280efb

%13.11
%4.59
%82.30

CMYK Percentages of Color #280efb

%84
%94
%0
%2

Triadic Colors of #280efb

#280efb #fb280e #0efb28

Analogous Colors of #280efb

#280efb #9f0efb #0e6bfb

Monochromatic Colors of #280efb

#280efb

Complementary Color

#280efb #e1fb0e

#280efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#280efb Color CSS Codes

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

#280efb Text Font Color

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

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


#280efb Background Color

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

This div background color is #280efb


#280efb Border Color

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

This div border color is #280efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280efb


Comments

No comments written yet.

Please login to write comment.