Color Hex Logo

#284376 Color Hex

#284376
(40,67,118)
0 Favorites   0 Comments

Color spaces of #284376

RGB 4067118
HSL0.610.490.31
HSV219°66°46°
CMYK 0.660.430.00   0.54
XYZ6.15225.773417.9297
Yxy5.77340.20610.1934
Hunter Lab24.02793.6550-27.4229
CIE-Lab28.83347.5080-32.3238

#284376 color RGB value is (40,67,118).

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

The process color (four color CMYK) of #284376 color hex is 0.66, 0.43, 0.00, 0.54. Web safe color of #284376 is #333366. Color #284376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01000011 01110110
Octal 50 103 166
Decimal 40 67 118
Hex 28 43 76

RGB Percentages of Color #284376

%17.78
%29.78
%52.44

CMYK Percentages of Color #284376

%66
%43
%0
%54

Triadic Colors of #284376

#284376 #762843 #437628

Analogous Colors of #284376

#284376 #342876 #286a76

Monochromatic Colors of #284376

#284376

Complementary Color

#284376 #765b28

#284376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#284376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#284376 Color CSS Codes

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

#284376 Text Font Color

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

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


#284376 Background Color

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

This div background color is #284376


#284376 Border Color

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

This div border color is #284376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #284376


Comments

No comments written yet.

Please login to write comment.