Color Hex Logo

#2583aa Color Hex

#2583AA
(37,131,170)
0 Favorites   0 Comments

Color spaces of #2583aa

RGB 37131170
HSL0.550.640.41
HSV198°78°67°
CMYK 0.780.230.00   0.33
XYZ16.134919.528240.9491
Yxy19.52820.21060.2549
Hunter Lab44.1907-12.1599-24.0073
CIE-Lab51.2995-13.2333-28.3300

#2583aa color RGB value is (37,131,170).

#2583aa hex color red value is 37, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2583aa hue: 0.55 , saturation: 0.64 and the lightness value of 2583aa is 0.41.

The process color (four color CMYK) of #2583aa color hex is 0.78, 0.23, 0.00, 0.33. Web safe color of #2583aa is #339999. Color #2583aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000011 10101010
Octal 45 203 252
Decimal 37 131 170
Hex 25 83 AA

RGB Percentages of Color #2583aa

%10.95
%38.76
%50.30

CMYK Percentages of Color #2583aa

%78
%23
%0
%33

Triadic Colors of #2583aa

#2583aa #aa2583 #83aa25

Analogous Colors of #2583aa

#2583aa #2540aa #25aa8f

Monochromatic Colors of #2583aa

#2583aa

Complementary Color

#2583aa #aa4c25

#2583aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2583aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2583aa Color CSS Codes

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

#2583aa Text Font Color

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

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


#2583aa Background Color

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

This div background color is #2583aa


#2583aa Border Color

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

This div border color is #2583aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2583aa


Comments

No comments written yet.

Please login to write comment.