Color Hex Logo

#240fbe Color Hex

#240FBE
(36,15,190)
0 Favorites   0 Comments

Color spaces of #240fbe

RGB 3615190
HSL0.690.850.40
HSV247°92°75°
CMYK 0.810.920.00   0.25
XYZ10.19264.434449.0339
Yxy4.43440.16010.0697
Hunter Lab21.058049.5469-123.3170
CIE-Lab25.058560.5722-82.5095

#240fbe color RGB value is (36,15,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001111 10111110
Octal 44 17 276
Decimal 36 15 190
Hex 24 F BE

RGB Percentages of Color #240fbe

%14.94
%6.22
%78.84

CMYK Percentages of Color #240fbe

%81
%92
%0
%25

Triadic Colors of #240fbe

#240fbe #be240f #0fbe24

Analogous Colors of #240fbe

#240fbe #7c0fbe #0f52be

Monochromatic Colors of #240fbe

#240fbe

Complementary Color

#240fbe #a9be0f

#240fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#240fbe Color CSS Codes

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

#240fbe Text Font Color

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

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


#240fbe Background Color

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

This div background color is #240fbe


#240fbe Border Color

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

This div border color is #240fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240fbe


Comments

No comments written yet.

Please login to write comment.