Color Hex Logo

#2593ed Color Hex

#2593ED
(37,147,237)
0 Favorites   0 Comments

Color spaces of #2593ed

RGB 37147237
HSL0.580.850.54
HSV207°84°93°
CMYK 0.840.380.00   0.07
XYZ26.482727.375284.0089
Yxy27.37520.19210.1986
Hunter Lab52.3213-1.2136-58.5731
CIE-Lab59.32001.9160-53.5741

#2593ed color RGB value is (37,147,237).

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

The process color (four color CMYK) of #2593ed color hex is 0.84, 0.38, 0.00, 0.07. Web safe color of #2593ed is #3399ff. Color #2593ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010011 11101101
Octal 45 223 355
Decimal 37 147 237
Hex 25 93 ED

RGB Percentages of Color #2593ed

%8.79
%34.92
%56.29

CMYK Percentages of Color #2593ed

%84
%38
%0
%7

Triadic Colors of #2593ed

#2593ed #ed2593 #93ed25

Analogous Colors of #2593ed

#2593ed #252fed #25ede3

Monochromatic Colors of #2593ed

#2593ed

Complementary Color

#2593ed #ed7f25

#2593ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2593ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2593ed Color CSS Codes

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

#2593ed Text Font Color

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

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


#2593ed Background Color

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

This div background color is #2593ed


#2593ed Border Color

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

This div border color is #2593ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2593ed


Comments

No comments written yet.

Please login to write comment.