Color Hex Logo

#240ebe Color Hex

#240EBE
(36,14,190)
0 Favorites   0 Comments

Color spaces of #240ebe

RGB 3614190
HSL0.690.860.40
HSV248°93°75°
CMYK 0.810.930.00   0.25
XYZ10.17894.406849.0293
Yxy4.40680.16000.0693
Hunter Lab20.992449.8154-123.7816
CIE-Lab24.973160.8337-82.6519

#240ebe color RGB value is (36,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001110 10111110
Octal 44 16 276
Decimal 36 14 190
Hex 24 E BE

RGB Percentages of Color #240ebe

%15.00
%5.83
%79.17

CMYK Percentages of Color #240ebe

%81
%93
%0
%25

Triadic Colors of #240ebe

#240ebe #be240e #0ebe24

Analogous Colors of #240ebe

#240ebe #7c0ebe #0e50be

Monochromatic Colors of #240ebe

#240ebe

Complementary Color

#240ebe #a8be0e

#240ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#240ebe Color CSS Codes

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

#240ebe Text Font Color

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

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


#240ebe Background Color

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

This div background color is #240ebe


#240ebe Border Color

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

This div border color is #240ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240ebe


Comments

No comments written yet.

Please login to write comment.