Color Hex Logo

#252ebb Color Hex

#252EBB
(37,46,187)
0 Favorites   0 Comments

Color spaces of #252ebb

RGB 3746187
HSL0.660.670.44
HSV236°80°73°
CMYK 0.800.750.00   0.27
XYZ10.70965.935247.5949
Yxy5.93520.16670.0924
Hunter Lab24.362335.8343-98.7772
CIE-Lab29.248446.4626-73.7710

#252ebb color RGB value is (37,46,187).

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

The process color (four color CMYK) of #252ebb color hex is 0.80, 0.75, 0.00, 0.27. Web safe color of #252ebb is #3333cc. Color #252ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101110 10111011
Octal 45 56 273
Decimal 37 46 187
Hex 25 2E BB

RGB Percentages of Color #252ebb

%13.70
%17.04
%69.26

CMYK Percentages of Color #252ebb

%80
%75
%0
%27

Triadic Colors of #252ebb

#252ebb #bb252e #2ebb25

Analogous Colors of #252ebb

#252ebb #6725bb #2579bb

Monochromatic Colors of #252ebb

#252ebb

Complementary Color

#252ebb #bbb225

#252ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#252ebb Color CSS Codes

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

#252ebb Text Font Color

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

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


#252ebb Background Color

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

This div background color is #252ebb


#252ebb Border Color

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

This div border color is #252ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252ebb


Comments

No comments written yet.

Please login to write comment.