Color Hex Logo

#240f9a Color Hex

#240F9A
(36,15,154)
0 Favorites   0 Comments

Color spaces of #240f9a

RGB 3615154
HSL0.690.820.33
HSV249°90°60°
CMYK 0.770.900.00   0.40
XYZ6.73113.049830.8058
Yxy3.04980.16580.0751
Hunter Lab17.463738.2386-92.3626
CIE-Lab20.242250.6479-68.8102

#240f9a color RGB value is (36,15,154).

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

The process color (four color CMYK) of #240f9a color hex is 0.77, 0.90, 0.00, 0.40. Web safe color of #240f9a is #330099. Color #240f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001111 10011010
Octal 44 17 232
Decimal 36 15 154
Hex 24 F 9A

RGB Percentages of Color #240f9a

%17.56
%7.32
%75.12

CMYK Percentages of Color #240f9a

%77
%90
%0
%40

Triadic Colors of #240f9a

#240f9a #9a240f #0f9a24

Analogous Colors of #240f9a

#240f9a #6a0f9a #0f3f9a

Monochromatic Colors of #240f9a

#240f9a

Complementary Color

#240f9a #859a0f

#240f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#240f9a Color CSS Codes

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

#240f9a Text Font Color

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

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


#240f9a Background Color

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

This div background color is #240f9a


#240f9a Border Color

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

This div border color is #240f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240f9a


Comments

No comments written yet.

Please login to write comment.