Color Hex Logo

#280fab Color Hex

#280FAB
(40,15,171)
0 Favorites   0 Comments

Color spaces of #280fab

RGB 4015171
HSL0.690.840.36
HSV250°91°67°
CMYK 0.770.910.00   0.33
XYZ8.39663.733038.8061
Yxy3.73300.16480.0733
Hunter Lab19.321043.7617-105.5591
CIE-Lab22.768455.5804-74.9581

#280fab color RGB value is (40,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00001111 10101011
Octal 50 17 253
Decimal 40 15 171
Hex 28 F AB

RGB Percentages of Color #280fab

%17.70
%6.64
%75.66

CMYK Percentages of Color #280fab

%77
%91
%0
%33

Triadic Colors of #280fab

#280fab #ab280f #0fab28

Analogous Colors of #280fab

#280fab #760fab #0f44ab

Monochromatic Colors of #280fab

#280fab

Complementary Color

#280fab #92ab0f

#280fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#280fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#280fab Color CSS Codes

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

#280fab Text Font Color

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

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


#280fab Background Color

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

This div background color is #280fab


#280fab Border Color

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

This div border color is #280fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #280fab


Comments

No comments written yet.

Please login to write comment.