Color Hex Logo

#252fef Color Hex

#252FEF
(37,47,239)
0 Favorites   0 Comments

Color spaces of #252fef

RGB 3747239
HSL0.660.860.54
HSV237°85°94°
CMYK 0.850.800.00   0.06
XYZ17.35958.658382.4176
Yxy8.65830.16010.0798
Hunter Lab29.425053.8137-145.4702
CIE-Lab35.317962.4871-93.7915

#252fef color RGB value is (37,47,239).

#252fef hex color red value is 37, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #252fef hue: 0.66 , saturation: 0.86 and the lightness value of 252fef is 0.54.

The process color (four color CMYK) of #252fef color hex is 0.85, 0.80, 0.00, 0.06. Web safe color of #252fef is #3333ff. Color #252fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101111 11101111
Octal 45 57 357
Decimal 37 47 239
Hex 25 2F EF

RGB Percentages of Color #252fef

%11.46
%14.55
%73.99

CMYK Percentages of Color #252fef

%85
%80
%0
%6

Triadic Colors of #252fef

#252fef #ef252f #2fef25

Analogous Colors of #252fef

#252fef #8025ef #2594ef

Monochromatic Colors of #252fef

#252fef

Complementary Color

#252fef #efe525

#252fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#252fef Color CSS Codes

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

#252fef Text Font Color

<p style="color:#252fef">Text here</p>

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


#252fef Background Color

<div style="background-color:#252fef">
Div content here</div>

This div background color is #252fef


#252fef Border Color

<div style="border:3px solid #252fef">
Div here</div>

This div border color is #252fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,47,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252fef;
  -webkit-box-shadow: 1px 1px 3px 2px #252fef;
  box-shadow:         1px 1px 3px 2px #252fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252fef


Comments

No comments written yet.

Please login to write comment.