Color Hex Logo

#280eaf Color Hex

#280EAF
(40,14,175)
0 Favorites   0 Comments

Color spaces of #280eaf

RGB 4014175
HSL0.690.850.37
HSV250°92°69°
CMYK 0.770.920.00   0.31
XYZ8.77003.860340.8403
Yxy3.86030.16400.0722
Hunter Lab19.647645.2926-109.4890
CIE-Lab23.204156.9553-76.6425

#280eaf color RGB value is (40,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001110 10101111
Octal 50 16 257
Decimal 40 14 175
Hex 28 E AF

RGB Percentages of Color #280eaf

%17.47
%6.11
%76.42

CMYK Percentages of Color #280eaf

%77
%92
%0
%31

Triadic Colors of #280eaf

#280eaf #af280e #0eaf28

Analogous Colors of #280eaf

#280eaf #790eaf #0e44af

Monochromatic Colors of #280eaf

#280eaf

Complementary Color

#280eaf #95af0e

#280eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#280eaf Color CSS Codes

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

#280eaf Text Font Color

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

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


#280eaf Background Color

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

This div background color is #280eaf


#280eaf Border Color

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

This div border color is #280eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280eaf


Comments

No comments written yet.

Please login to write comment.