Color Hex Logo

#250eeb Color Hex

#250EEB
(37,14,235)
0 Favorites   0 Comments

Color spaces of #250eeb

RGB 3714235
HSL0.680.890.49
HSV246°94°92°
CMYK 0.840.940.00   0.08
XYZ15.91546.705579.0527
Yxy6.70550.15650.0660
Hunter Lab25.895064.3923-162.8752
CIE-Lab31.126872.4568-98.5023

#250eeb color RGB value is (37,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001110 11101011
Octal 45 16 353
Decimal 37 14 235
Hex 25 E EB

RGB Percentages of Color #250eeb

%12.94
%4.90
%82.17

CMYK Percentages of Color #250eeb

%84
%94
%0
%8

Triadic Colors of #250eeb

#250eeb #eb250e #0eeb25

Analogous Colors of #250eeb

#250eeb #940eeb #0e66eb

Monochromatic Colors of #250eeb

#250eeb

Complementary Color

#250eeb #d4eb0e

#250eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#250eeb Color CSS Codes

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

#250eeb Text Font Color

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

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


#250eeb Background Color

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

This div background color is #250eeb


#250eeb Border Color

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

This div border color is #250eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250eeb


Comments

No comments written yet.

Please login to write comment.