Color Hex Logo

#2832aa Color Hex

#2832AA
(40,50,170)
0 Favorites   0 Comments

Color spaces of #2832aa

RGB 4050170
HSL0.650.620.41
HSV235°76°67°
CMYK 0.760.710.00   0.33
XYZ9.27145.634638.6291
Yxy5.63460.17320.1053
Hunter Lab23.737328.1788-79.8699
CIE-Lab28.471238.4786-64.9097

#2832aa color RGB value is (40,50,170).

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

The process color (four color CMYK) of #2832aa color hex is 0.76, 0.71, 0.00, 0.33. Web safe color of #2832aa is #333399. Color #2832aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110010 10101010
Octal 50 62 252
Decimal 40 50 170
Hex 28 32 AA

RGB Percentages of Color #2832aa

%15.38
%19.23
%65.38

CMYK Percentages of Color #2832aa

%76
%71
%0
%33

Triadic Colors of #2832aa

#2832aa #aa2832 #32aa28

Analogous Colors of #2832aa

#2832aa #5f28aa #2873aa

Monochromatic Colors of #2832aa

#2832aa

Complementary Color

#2832aa #aaa028

#2832aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2832aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2832aa Color CSS Codes

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

#2832aa Text Font Color

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

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


#2832aa Background Color

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

This div background color is #2832aa


#2832aa Border Color

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

This div border color is #2832aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2832aa


Comments

No comments written yet.

Please login to write comment.