Color Hex Logo

#240eaf Color Hex

#240EAF
(36,14,175)
0 Favorites   0 Comments

Color spaces of #240eaf

RGB 3614175
HSL0.690.850.37
HSV248°92°69°
CMYK 0.790.920.00   0.31
XYZ8.62253.784340.8334
Yxy3.78430.16200.0711
Hunter Lab19.453345.0754-110.8354
CIE-Lab22.945156.7978-77.0809

#240eaf color RGB value is (36,14,175).

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

The process color (four color CMYK) of #240eaf color hex is 0.79, 0.92, 0.00, 0.31. Web safe color of #240eaf is #330099. Color #240eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001110 10101111
Octal 44 16 257
Decimal 36 14 175
Hex 24 E AF

RGB Percentages of Color #240eaf

%16.00
%6.22
%77.78

CMYK Percentages of Color #240eaf

%79
%92
%0
%31

Triadic Colors of #240eaf

#240eaf #af240e #0eaf24

Analogous Colors of #240eaf

#240eaf #750eaf #0e48af

Monochromatic Colors of #240eaf

#240eaf

Complementary Color

#240eaf #99af0e

#240eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#240eaf Color CSS Codes

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

#240eaf Text Font Color

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

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


#240eaf Background Color

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

This div background color is #240eaf


#240eaf Border Color

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

This div border color is #240eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240eaf


Comments

No comments written yet.

Please login to write comment.