Color Hex Logo

#250eed Color Hex

#250EED
(37,14,237)
0 Favorites   0 Comments

Color spaces of #250eed

RGB 3714237
HSL0.680.890.49
HSV246°94°93°
CMYK 0.840.940.00   0.07
XYZ16.20606.821880.5834
Yxy6.82180.15640.0658
Hunter Lab26.118665.0478-164.6439
CIE-Lab31.397772.9564-99.1881

#250eed color RGB value is (37,14,237).

#250eed hex color red value is 37, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #250eed hue: 0.68 , saturation: 0.89 and the lightness value of 250eed is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001110 11101101
Octal 45 16 355
Decimal 37 14 237
Hex 25 E ED

RGB Percentages of Color #250eed

%12.85
%4.86
%82.29

CMYK Percentages of Color #250eed

%84
%94
%0
%7

Triadic Colors of #250eed

#250eed #ed250e #0eed25

Analogous Colors of #250eed

#250eed #950eed #0e67ed

Monochromatic Colors of #250eed

#250eed

Complementary Color

#250eed #d6ed0e

#250eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#250eed Color CSS Codes

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

#250eed Text Font Color

<p style="color:#250eed">Text here</p>

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


#250eed Background Color

<div style="background-color:#250eed">
Div content here</div>

This div background color is #250eed


#250eed Border Color

<div style="border:3px solid #250eed">
Div here</div>

This div border color is #250eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,14,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 #250eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250eed


Comments

No comments written yet.

Please login to write comment.