Color Hex Logo

#240ebb Color Hex

#240EBB
(36,14,187)
0 Favorites   0 Comments

Color spaces of #240ebb

RGB 3614187
HSL0.690.860.39
HSV248°93°73°
CMYK 0.810.930.00   0.27
XYZ9.85424.277047.3199
Yxy4.27700.16040.0696
Hunter Lab20.680948.8615-121.1846
CIE-Lab24.566860.0329-81.5497

#240ebb color RGB value is (36,14,187).

#240ebb hex color red value is 36, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #240ebb hue: 0.69 , saturation: 0.86 and the lightness value of 240ebb is 0.39.

The process color (four color CMYK) of #240ebb color hex is 0.81, 0.93, 0.00, 0.27. Web safe color of #240ebb is #3300cc. Color #240ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001110 10111011
Octal 44 16 273
Decimal 36 14 187
Hex 24 E BB

RGB Percentages of Color #240ebb

%15.19
%5.91
%78.90

CMYK Percentages of Color #240ebb

%81
%93
%0
%27

Triadic Colors of #240ebb

#240ebb #bb240e #0ebb24

Analogous Colors of #240ebb

#240ebb #7b0ebb #0e4fbb

Monochromatic Colors of #240ebb

#240ebb

Complementary Color

#240ebb #a5bb0e

#240ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#240ebb Color CSS Codes

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

#240ebb Text Font Color

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

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


#240ebb Background Color

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

This div background color is #240ebb


#240ebb Border Color

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

This div border color is #240ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,14,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 #240ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240ebb


Comments

No comments written yet.

Please login to write comment.