Color Hex Logo

#252cfb Color Hex

#252CFB
(37,44,251)
0 Favorites   0 Comments

Color spaces of #252cfb

RGB 3744251
HSL0.660.960.56
HSV238°85°98°
CMYK 0.850.820.00   0.02
XYZ19.07629.159792.0294
Yxy9.15970.15860.0762
Hunter Lab30.265059.5458-159.1027
CIE-Lab36.290067.3561-98.9423

#252cfb color RGB value is (37,44,251).

#252cfb hex color red value is 37, green value is 44 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #252cfb hue: 0.66 , saturation: 0.96 and the lightness value of 252cfb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101100 11111011
Octal 45 54 373
Decimal 37 44 251
Hex 25 2C FB

RGB Percentages of Color #252cfb

%11.14
%13.25
%75.60

CMYK Percentages of Color #252cfb

%85
%82
%0
%2

Triadic Colors of #252cfb

#252cfb #fb252c #2cfb25

Analogous Colors of #252cfb

#252cfb #8925fb #2597fb

Monochromatic Colors of #252cfb

#252cfb

Complementary Color

#252cfb #fbf425

#252cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#252cfb Color CSS Codes

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

#252cfb Text Font Color

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

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


#252cfb Background Color

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

This div background color is #252cfb


#252cfb Border Color

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

This div border color is #252cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252cfb


Comments

No comments written yet.

Please login to write comment.