Color Hex Logo

#283d89 Color Hex

#283D89
(40,61,137)
0 Favorites   0 Comments

Color spaces of #283d89

RGB 4061137
HSL0.630.550.35
HSV227°71°54°
CMYK 0.710.550.00   0.46
XYZ7.05925.594724.3747
Yxy5.59470.19060.1511
Hunter Lab23.653111.8798-44.5416
CIE-Lab28.366018.9397-44.9454

#283d89 color RGB value is (40,61,137).

#283d89 hex color red value is 40, green value is 61 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #283d89 hue: 0.63 , saturation: 0.55 and the lightness value of 283d89 is 0.35.

The process color (four color CMYK) of #283d89 color hex is 0.71, 0.55, 0.00, 0.46. Web safe color of #283d89 is #333399. Color #283d89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111101 10001001
Octal 50 75 211
Decimal 40 61 137
Hex 28 3D 89

RGB Percentages of Color #283d89

%16.81
%25.63
%57.56

CMYK Percentages of Color #283d89

%71
%55
%0
%46

Triadic Colors of #283d89

#283d89 #89283d #3d8928

Analogous Colors of #283d89

#283d89 #432889 #286e89

Monochromatic Colors of #283d89

#283d89

Complementary Color

#283d89 #897428

#283d89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283d89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#283d89 Color CSS Codes

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

#283d89 Text Font Color

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

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


#283d89 Background Color

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

This div background color is #283d89


#283d89 Border Color

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

This div border color is #283d89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283d89


Comments

No comments written yet.

Please login to write comment.