Color Hex Logo

#252ebe Color Hex

#252EBE
(37,46,190)
0 Favorites   0 Comments

Color spaces of #252ebe

RGB 3746190
HSL0.660.670.45
HSV236°81°75°
CMYK 0.810.760.00   0.25
XYZ11.03426.065049.3043
Yxy6.06500.16620.0913
Hunter Lab24.627236.8791-101.4610
CIE-Lab29.575947.4667-75.0022

#252ebe color RGB value is (37,46,190).

#252ebe hex color red value is 37, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #252ebe hue: 0.66 , saturation: 0.67 and the lightness value of 252ebe is 0.45.

The process color (four color CMYK) of #252ebe color hex is 0.81, 0.76, 0.00, 0.25. Web safe color of #252ebe is #3333cc. Color #252ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101110 10111110
Octal 45 56 276
Decimal 37 46 190
Hex 25 2E BE

RGB Percentages of Color #252ebe

%13.55
%16.85
%69.60

CMYK Percentages of Color #252ebe

%81
%76
%0
%25

Triadic Colors of #252ebe

#252ebe #be252e #2ebe25

Analogous Colors of #252ebe

#252ebe #6925be #257bbe

Monochromatic Colors of #252ebe

#252ebe

Complementary Color

#252ebe #beb525

#252ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#252ebe Color CSS Codes

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

#252ebe Text Font Color

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

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


#252ebe Background Color

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

This div background color is #252ebe


#252ebe Border Color

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

This div border color is #252ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252ebe


Comments

No comments written yet.

Please login to write comment.