Color Hex Logo

#283fab Color Hex

#283FAB
(40,63,171)
0 Favorites   0 Comments

Color spaces of #283fab

RGB 4063171
HSL0.640.620.41
HSV229°77°67°
CMYK 0.770.630.00   0.33
XYZ10.00336.946439.3416
Yxy6.94640.17770.1234
Hunter Lab26.356021.6258-70.0529
CIE-Lab31.684630.5317-60.2346

#283fab color RGB value is (40,63,171).

#283fab hex color red value is 40, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #283fab hue: 0.64 , saturation: 0.62 and the lightness value of 283fab is 0.41.

The process color (four color CMYK) of #283fab color hex is 0.77, 0.63, 0.00, 0.33. Web safe color of #283fab is #333399. Color #283fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111111 10101011
Octal 50 77 253
Decimal 40 63 171
Hex 28 3F AB

RGB Percentages of Color #283fab

%14.60
%22.99
%62.41

CMYK Percentages of Color #283fab

%77
%63
%0
%33

Triadic Colors of #283fab

#283fab #ab283f #3fab28

Analogous Colors of #283fab

#283fab #5228ab #2881ab

Monochromatic Colors of #283fab

#283fab

Complementary Color

#283fab #ab9428

#283fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#283fab Color CSS Codes

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

#283fab Text Font Color

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

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


#283fab Background Color

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

This div background color is #283fab


#283fab Border Color

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

This div border color is #283fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,63,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 #283fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283fab


Comments

No comments written yet.

Please login to write comment.