Color Hex Logo

#283aab Color Hex

#283AAB
(40,58,171)
0 Favorites   0 Comments

Color spaces of #283aab

RGB 4058171
HSL0.640.620.41
HSV232°77°67°
CMYK 0.770.660.00   0.33
XYZ9.73886.417539.2535
Yxy6.41750.17580.1158
Hunter Lab25.332824.2892-74.1377
CIE-Lab30.442333.7872-62.2701

#283aab color RGB value is (40,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111010 10101011
Octal 50 72 253
Decimal 40 58 171
Hex 28 3A AB

RGB Percentages of Color #283aab

%14.87
%21.56
%63.57

CMYK Percentages of Color #283aab

%77
%66
%0
%33

Triadic Colors of #283aab

#283aab #ab283a #3aab28

Analogous Colors of #283aab

#283aab #5828ab #287cab

Monochromatic Colors of #283aab

#283aab

Complementary Color

#283aab #ab9928

#283aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#283aab Color CSS Codes

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

#283aab Text Font Color

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

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


#283aab Background Color

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

This div background color is #283aab


#283aab Border Color

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

This div border color is #283aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283aab


Comments

No comments written yet.

Please login to write comment.