Color Hex Logo

#254ef1 Color Hex

#254EF1
(37,78,241)
0 Favorites   0 Comments

Color spaces of #254ef1

RGB 3778241
HSL0.630.880.55
HSV228°85°95°
CMYK 0.850.680.00   0.05
XYZ19.364512.193084.5519
Yxy12.19300.16680.1050
Hunter Lab34.918537.8822-119.1224
CIE-Lab41.521246.2749-84.6560

#254ef1 color RGB value is (37,78,241).

#254ef1 hex color red value is 37, green value is 78 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #254ef1 hue: 0.63 , saturation: 0.88 and the lightness value of 254ef1 is 0.55.

The process color (four color CMYK) of #254ef1 color hex is 0.85, 0.68, 0.00, 0.05. Web safe color of #254ef1 is #3366ff. Color #254ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001110 11110001
Octal 45 116 361
Decimal 37 78 241
Hex 25 4E F1

RGB Percentages of Color #254ef1

%10.39
%21.91
%67.70

CMYK Percentages of Color #254ef1

%85
%68
%0
%5

Triadic Colors of #254ef1

#254ef1 #f1254e #4ef125

Analogous Colors of #254ef1

#254ef1 #6225f1 #25b4f1

Monochromatic Colors of #254ef1

#254ef1

Complementary Color

#254ef1 #f1c825

#254ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ef1 Color CSS Codes

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

#254ef1 Text Font Color

<p style="color:#254ef1">Text here</p>

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


#254ef1 Background Color

<div style="background-color:#254ef1">
Div content here</div>

This div background color is #254ef1


#254ef1 Border Color

<div style="border:3px solid #254ef1">
Div here</div>

This div border color is #254ef1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,78,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254ef1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254ef1;
  -webkit-box-shadow: 1px 1px 3px 2px #254ef1;
  box-shadow:         1px 1px 3px 2px #254ef1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ef1


Comments

No comments written yet.

Please login to write comment.