Color Hex Logo

#280ebe Color Hex

#280EBE
(40,14,190)
0 Favorites   0 Comments

Color spaces of #280ebe

RGB 4014190
HSL0.690.860.40
HSV249°93°75°
CMYK 0.790.930.00   0.25
XYZ10.32644.482949.0362
Yxy4.48290.16170.0702
Hunter Lab21.172950.0053-122.4942
CIE-Lab25.207660.9643-82.2547

#280ebe color RGB value is (40,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001110 10111110
Octal 50 16 276
Decimal 40 14 190
Hex 28 E BE

RGB Percentages of Color #280ebe

%16.39
%5.74
%77.87

CMYK Percentages of Color #280ebe

%79
%93
%0
%25

Triadic Colors of #280ebe

#280ebe #be280e #0ebe28

Analogous Colors of #280ebe

#280ebe #800ebe #0e4cbe

Monochromatic Colors of #280ebe

#280ebe

Complementary Color

#280ebe #a4be0e

#280ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#280ebe Color CSS Codes

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

#280ebe Text Font Color

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

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


#280ebe Background Color

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

This div background color is #280ebe


#280ebe Border Color

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

This div border color is #280ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280ebe


Comments

No comments written yet.

Please login to write comment.