Color Hex Logo

#280edb Color Hex

#280EDB
(40,14,219)
0 Favorites   0 Comments

Color spaces of #280edb

RGB 4014219
HSL0.690.880.46
HSV248°94°86°
CMYK 0.820.940.00   0.14
XYZ13.81835.879767.4244
Yxy5.87970.15860.0675
Hunter Lab24.248159.2879-147.8885
CIE-Lab29.106968.4847-92.6999

#280edb color RGB value is (40,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001110 11011011
Octal 50 16 333
Decimal 40 14 219
Hex 28 E DB

RGB Percentages of Color #280edb

%14.65
%5.13
%80.22

CMYK Percentages of Color #280edb

%82
%94
%0
%14

Triadic Colors of #280edb

#280edb #db280e #0edb28

Analogous Colors of #280edb

#280edb #8f0edb #0e5adb

Monochromatic Colors of #280edb

#280edb

Complementary Color

#280edb #c1db0e

#280edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#280edb Color CSS Codes

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

#280edb Text Font Color

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

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


#280edb Background Color

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

This div background color is #280edb


#280edb Border Color

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

This div border color is #280edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280edb


Comments

No comments written yet.

Please login to write comment.