Color Hex Logo

#280eac Color Hex

#280EAC
(40,14,172)
0 Favorites   0 Comments

Color spaces of #280eac

RGB 4014172
HSL0.690.850.36
HSV250°92°67°
CMYK 0.770.920.00   0.33
XYZ8.47853.743739.3055
Yxy3.74370.16450.0727
Hunter Lab19.348644.3579-106.8997
CIE-Lab22.805456.1426-75.5000

#280eac color RGB value is (40,14,172).

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

The process color (four color CMYK) of #280eac color hex is 0.77, 0.92, 0.00, 0.33. Web safe color of #280eac is #330099. Color #280eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001110 10101100
Octal 50 16 254
Decimal 40 14 172
Hex 28 E AC

RGB Percentages of Color #280eac

%17.70
%6.19
%76.11

CMYK Percentages of Color #280eac

%77
%92
%0
%33

Triadic Colors of #280eac

#280eac #ac280e #0eac28

Analogous Colors of #280eac

#280eac #770eac #0e43ac

Monochromatic Colors of #280eac

#280eac

Complementary Color

#280eac #92ac0e

#280eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#280eac Color CSS Codes

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

#280eac Text Font Color

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

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


#280eac Background Color

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

This div background color is #280eac


#280eac Border Color

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

This div border color is #280eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280eac


Comments

No comments written yet.

Please login to write comment.