Color Hex Logo

#283dab Color Hex

#283DAB
(40,61,171)
0 Favorites   0 Comments

Color spaces of #283dab

RGB 4061171
HSL0.640.620.41
HSV230°77°67°
CMYK 0.770.640.00   0.33
XYZ9.89456.728939.3054
Yxy6.72890.17690.1203
Hunter Lab25.940122.6911-71.6802
CIE-Lab31.181631.8407-61.0581

#283dab color RGB value is (40,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111101 10101011
Octal 50 75 253
Decimal 40 61 171
Hex 28 3D AB

RGB Percentages of Color #283dab

%14.71
%22.43
%62.87

CMYK Percentages of Color #283dab

%77
%64
%0
%33

Triadic Colors of #283dab

#283dab #ab283d #3dab28

Analogous Colors of #283dab

#283dab #5428ab #287fab

Monochromatic Colors of #283dab

#283dab

Complementary Color

#283dab #ab9628

#283dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#283dab Color CSS Codes

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

#283dab Text Font Color

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

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


#283dab Background Color

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

This div background color is #283dab


#283dab Border Color

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

This div border color is #283dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283dab


Comments

No comments written yet.

Please login to write comment.