Color Hex Logo

#240f7e Color Hex

#240F7E
(36,15,126)
0 Favorites   0 Comments

Color spaces of #240f7e

RGB 3615126
HSL0.700.790.28
HSV251°88°49°
CMYK 0.710.880.00   0.51
XYZ4.66432.223119.9219
Yxy2.22310.17400.0829
Hunter Lab14.910129.7474-68.7826
CIE-Lab16.617042.4662-57.3050

#240f7e color RGB value is (36,15,126).

#240f7e hex color red value is 36, green value is 15 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #240f7e hue: 0.70 , saturation: 0.79 and the lightness value of 240f7e is 0.28.

The process color (four color CMYK) of #240f7e color hex is 0.71, 0.88, 0.00, 0.51. Web safe color of #240f7e is #330066. Color #240f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001111 01111110
Octal 44 17 176
Decimal 36 15 126
Hex 24 F 7E

RGB Percentages of Color #240f7e

%20.34
%8.47
%71.19

CMYK Percentages of Color #240f7e

%71
%88
%0
%51

Triadic Colors of #240f7e

#240f7e #7e240f #0f7e24

Analogous Colors of #240f7e

#240f7e #5c0f7e #0f327e

Monochromatic Colors of #240f7e

#240f7e

Complementary Color

#240f7e #697e0f

#240f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#240f7e Color CSS Codes

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

#240f7e Text Font Color

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

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


#240f7e Background Color

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

This div background color is #240f7e


#240f7e Border Color

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

This div border color is #240f7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,15,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240f7e


Comments

No comments written yet.

Please login to write comment.