Color Hex Logo

#2593b9 Color Hex

#2593B9
(37,147,185)
0 Favorites   0 Comments

Color spaces of #2593b9

RGB 37147185
HSL0.540.670.44
HSV195°80°73°
CMYK 0.800.210.00   0.27
XYZ19.953624.763549.6271
Yxy24.76350.21150.2625
Hunter Lab49.7629-15.5114-24.2941
CIE-Lab56.8443-16.8189-28.3222

#2593b9 color RGB value is (37,147,185).

#2593b9 hex color red value is 37, green value is 147 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #2593b9 hue: 0.54 , saturation: 0.67 and the lightness value of 2593b9 is 0.44.

The process color (four color CMYK) of #2593b9 color hex is 0.80, 0.21, 0.00, 0.27. Web safe color of #2593b9 is #3399cc. Color #2593b9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010011 10111001
Octal 45 223 271
Decimal 37 147 185
Hex 25 93 B9

RGB Percentages of Color #2593b9

%10.03
%39.84
%50.14

CMYK Percentages of Color #2593b9

%80
%21
%0
%27

Triadic Colors of #2593b9

#2593b9 #b92593 #93b925

Analogous Colors of #2593b9

#2593b9 #2549b9 #25b995

Monochromatic Colors of #2593b9

#2593b9

Complementary Color

#2593b9 #b94b25

#2593b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2593b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2593b9 Color CSS Codes

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

#2593b9 Text Font Color

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

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


#2593b9 Background Color

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

This div background color is #2593b9


#2593b9 Border Color

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

This div border color is #2593b9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,147,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2593b9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2593b9;
  -webkit-box-shadow: 1px 1px 3px 2px #2593b9;
  box-shadow:         1px 1px 3px 2px #2593b9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,147,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2593b9


Comments

No comments written yet.

Please login to write comment.