Color Hex Logo

#284379 Color Hex

#284379
(40,67,121)
0 Favorites   0 Comments

Color spaces of #284379

RGB 4067121
HSL0.610.500.32
HSV220°67°47°
CMYK 0.670.450.00   0.53
XYZ6.33345.845918.8837
Yxy5.84590.20390.1882
Hunter Lab24.17834.4453-29.3818
CIE-Lab29.02038.6543-33.9124

#284379 color RGB value is (40,67,121).

#284379 hex color red value is 40, green value is 67 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #284379 hue: 0.61 , saturation: 0.50 and the lightness value of 284379 is 0.32.

The process color (four color CMYK) of #284379 color hex is 0.67, 0.45, 0.00, 0.53. Web safe color of #284379 is #333366. Color #284379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01000011 01111001
Octal 50 103 171
Decimal 40 67 121
Hex 28 43 79

RGB Percentages of Color #284379

%17.54
%29.39
%53.07

CMYK Percentages of Color #284379

%67
%45
%0
%53

Triadic Colors of #284379

#284379 #792843 #437928

Analogous Colors of #284379

#284379 #362879 #286c79

Monochromatic Colors of #284379

#284379

Complementary Color

#284379 #795e28

#284379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#284379 Color CSS Codes

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

#284379 Text Font Color

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

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


#284379 Background Color

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

This div background color is #284379


#284379 Border Color

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

This div border color is #284379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,67,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #284379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #284379;
  -webkit-box-shadow: 1px 1px 3px 2px #284379;
  box-shadow:         1px 1px 3px 2px #284379; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284379


Comments

No comments written yet.

Please login to write comment.