Color Hex Logo

#2853aa Color Hex

#2853AA
(40,83,170)
0 Favorites   0 Comments

Color spaces of #2853aa

RGB 4083170
HSL0.610.620.41
HSV220°76°67°
CMYK 0.760.510.00   0.33
XYZ11.22409.539939.2800
Yxy9.53990.18690.1589
Hunter Lab30.886710.8138-53.7810
CIE-Lab37.003716.8409-50.9894

#2853aa color RGB value is (40,83,170).

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

The process color (four color CMYK) of #2853aa color hex is 0.76, 0.51, 0.00, 0.33. Web safe color of #2853aa is #336699. Color #2853aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010011 10101010
Octal 50 123 252
Decimal 40 83 170
Hex 28 53 AA

RGB Percentages of Color #2853aa

%13.65
%28.33
%58.02

CMYK Percentages of Color #2853aa

%76
%51
%0
%33

Triadic Colors of #2853aa

#2853aa #aa2853 #53aa28

Analogous Colors of #2853aa

#2853aa #3e28aa #2894aa

Monochromatic Colors of #2853aa

#2853aa

Complementary Color

#2853aa #aa7f28

#2853aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2853aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2853aa Color CSS Codes

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

#2853aa Text Font Color

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

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


#2853aa Background Color

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

This div background color is #2853aa


#2853aa Border Color

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

This div border color is #2853aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2853aa


Comments

No comments written yet.

Please login to write comment.