Color Hex Logo

#254ff2 Color Hex

#254FF2
(37,79,242)
0 Favorites   0 Comments

Color spaces of #254ff2

RGB 3779242
HSL0.630.890.55
HSV228°85°95°
CMYK 0.850.670.00   0.05
XYZ19.585912.396185.3648
Yxy12.39610.16690.1056
Hunter Lab35.208137.6835-119.1076
CIE-Lab41.838946.0229-84.6957

#254ff2 color RGB value is (37,79,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 11110010
Octal 45 117 362
Decimal 37 79 242
Hex 25 4F F2

RGB Percentages of Color #254ff2

%10.34
%22.07
%67.60

CMYK Percentages of Color #254ff2

%85
%67
%0
%5

Triadic Colors of #254ff2

#254ff2 #f2254f #4ff225

Analogous Colors of #254ff2

#254ff2 #6225f2 #25b6f2

Monochromatic Colors of #254ff2

#254ff2

Complementary Color

#254ff2 #f2c825

#254ff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ff2 Color CSS Codes

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

#254ff2 Text Font Color

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

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


#254ff2 Background Color

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

This div background color is #254ff2


#254ff2 Border Color

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

This div border color is #254ff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ff2


Comments

No comments written yet.

Please login to write comment.