Color Hex Logo

#2513eb Color Hex

#2513EB
(37,19,235)
0 Favorites   0 Comments

Color spaces of #2513eb

RGB 3719235
HSL0.680.850.50
HSV245°92°92°
CMYK 0.840.920.00   0.08
XYZ15.99126.857279.0780
Yxy6.85720.15690.0673
Hunter Lab26.186363.1789-160.7152
CIE-Lab31.479671.3732-97.9133

#2513eb color RGB value is (37,19,235).

#2513eb hex color red value is 37, green value is 19 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2513eb hue: 0.68 , saturation: 0.85 and the lightness value of 2513eb is 0.50.

The process color (four color CMYK) of #2513eb color hex is 0.84, 0.92, 0.00, 0.08. Web safe color of #2513eb is #3300ff. Color #2513eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010011 11101011
Octal 45 23 353
Decimal 37 19 235
Hex 25 13 EB

RGB Percentages of Color #2513eb

%12.71
%6.53
%80.76

CMYK Percentages of Color #2513eb

%84
%92
%0
%8

Triadic Colors of #2513eb

#2513eb #eb2513 #13eb25

Analogous Colors of #2513eb

#2513eb #9113eb #136deb

Monochromatic Colors of #2513eb

#2513eb

Complementary Color

#2513eb #d9eb13

#2513eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2513eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2513eb Color CSS Codes

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

#2513eb Text Font Color

<p style="color:#2513eb">Text here</p>

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


#2513eb Background Color

<div style="background-color:#2513eb">
Div content here</div>

This div background color is #2513eb


#2513eb Border Color

<div style="border:3px solid #2513eb">
Div here</div>

This div border color is #2513eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,19,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2513eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2513eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2513eb;
  box-shadow:         1px 1px 3px 2px #2513eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2513eb


Comments

No comments written yet.

Please login to write comment.