Color Hex Logo

#2500ee Color Hex

#2500EE
(37,0,238)
0 Favorites   0 Comments

Color spaces of #2500ee

RGB 370238
HSL0.691.000.47
HSV249°100°93°
CMYK 0.841.000.00   0.07
XYZ16.19566.566481.3028
Yxy6.56640.15560.0631
Hunter Lab25.625067.9725-170.1774
CIE-Lab30.798775.4791-100.7576

#2500ee color RGB value is (37,0,238).

#2500ee hex color red value is 37, green value is 0 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2500ee hue: 0.69 , saturation: 1.00 and the lightness value of 2500ee is 0.47.

The process color (four color CMYK) of #2500ee color hex is 0.84, 1.00, 0.00, 0.07. Web safe color of #2500ee is #3300ff. Color #2500ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 11101110
Octal 45 0 356
Decimal 37 0 238
Hex 25 0 EE

RGB Percentages of Color #2500ee

%13.45
%0.00
%86.55

CMYK Percentages of Color #2500ee

%84
%100
%0
%7

Triadic Colors of #2500ee

#2500ee #ee2500 #00ee25

Analogous Colors of #2500ee

#2500ee #9c00ee #0052ee

Monochromatic Colors of #2500ee

#2500ee

Complementary Color

#2500ee #c9ee00

#2500ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2500ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2500ee Color CSS Codes

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

#2500ee Text Font Color

<p style="color:#2500ee">Text here</p>

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


#2500ee Background Color

<div style="background-color:#2500ee">
Div content here</div>

This div background color is #2500ee


#2500ee Border Color

<div style="border:3px solid #2500ee">
Div here</div>

This div border color is #2500ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,0,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2500ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2500ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2500ee;
  box-shadow:         1px 1px 3px 2px #2500ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2500ee


Comments

No comments written yet.

Please login to write comment.