Color Hex Logo

#2537ce Color Hex

#2537CE
(37,55,206)
0 Favorites   0 Comments

Color spaces of #2537ce

RGB 3755206
HSL0.650.700.48
HSV234°82°81°
CMYK 0.820.730.00   0.19
XYZ13.26977.581959.1566
Yxy7.58190.16590.0948
Hunter Lab27.535337.8355-108.1037
CIE-Lab33.096547.7617-78.5474

#2537ce color RGB value is (37,55,206).

#2537ce hex color red value is 37, green value is 55 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2537ce hue: 0.65 , saturation: 0.70 and the lightness value of 2537ce is 0.48.

The process color (four color CMYK) of #2537ce color hex is 0.82, 0.73, 0.00, 0.19. Web safe color of #2537ce is #3333cc. Color #2537ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110111 11001110
Octal 45 67 316
Decimal 37 55 206
Hex 25 37 CE

RGB Percentages of Color #2537ce

%12.42
%18.46
%69.13

CMYK Percentages of Color #2537ce

%82
%73
%0
%19

Triadic Colors of #2537ce

#2537ce #ce2537 #37ce25

Analogous Colors of #2537ce

#2537ce #6825ce #258cce

Monochromatic Colors of #2537ce

#2537ce

Complementary Color

#2537ce #cebc25

#2537ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2537ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2537ce Color CSS Codes

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

#2537ce Text Font Color

<p style="color:#2537ce">Text here</p>

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


#2537ce Background Color

<div style="background-color:#2537ce">
Div content here</div>

This div background color is #2537ce


#2537ce Border Color

<div style="border:3px solid #2537ce">
Div here</div>

This div border color is #2537ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,55,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2537ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2537ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2537ce;
  box-shadow:         1px 1px 3px 2px #2537ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2537ce


Comments

No comments written yet.

Please login to write comment.