Color Hex Logo

#283caa Color Hex

#283CAA
(40,60,170)
0 Favorites   0 Comments

Color spaces of #283caa

RGB 4060170
HSL0.640.620.41
HSV231°76°67°
CMYK 0.760.650.00   0.33
XYZ9.74666.585138.7876
Yxy6.58510.17680.1195
Hunter Lab25.661422.8894-71.6546
CIE-Lab30.843132.1220-61.0137

#283caa color RGB value is (40,60,170).

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

The process color (four color CMYK) of #283caa color hex is 0.76, 0.65, 0.00, 0.33. Web safe color of #283caa is #333399. Color #283caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00111100 10101010
Octal 50 74 252
Decimal 40 60 170
Hex 28 3C AA

RGB Percentages of Color #283caa

%14.81
%22.22
%62.96

CMYK Percentages of Color #283caa

%76
%65
%0
%33

Triadic Colors of #283caa

#283caa #aa283c #3caa28

Analogous Colors of #283caa

#283caa #5528aa #287daa

Monochromatic Colors of #283caa

#283caa

Complementary Color

#283caa #aa9628

#283caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#283caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#283caa Color CSS Codes

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

#283caa Text Font Color

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

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


#283caa Background Color

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

This div background color is #283caa


#283caa Border Color

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

This div border color is #283caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #283caa


Comments

No comments written yet.

Please login to write comment.