Color Hex Logo

#240aef Color Hex

#240AEF
(36,10,239)
0 Favorites   0 Comments

Color spaces of #240aef

RGB 3610239
HSL0.690.920.49
HSV247°96°94°
CMYK 0.850.960.00   0.06
XYZ16.41616.824182.1133
Yxy6.82410.15580.0648
Hunter Lab26.123066.4571-168.0823
CIE-Lab31.403174.1264-100.3166

#240aef color RGB value is (36,10,239).

#240aef hex color red value is 36, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #240aef hue: 0.69 , saturation: 0.92 and the lightness value of 240aef is 0.49.

The process color (four color CMYK) of #240aef color hex is 0.85, 0.96, 0.00, 0.06. Web safe color of #240aef is #3300ff. Color #240aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001010 11101111
Octal 44 12 357
Decimal 36 10 239
Hex 24 A EF

RGB Percentages of Color #240aef

%12.63
%3.51
%83.86

CMYK Percentages of Color #240aef

%85
%96
%0
%6

Triadic Colors of #240aef

#240aef #ef240a #0aef24

Analogous Colors of #240aef

#240aef #970aef #0a63ef

Monochromatic Colors of #240aef

#240aef

Complementary Color

#240aef #d5ef0a

#240aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#240aef Color CSS Codes

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

#240aef Text Font Color

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

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


#240aef Background Color

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

This div background color is #240aef


#240aef Border Color

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

This div border color is #240aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240aef


Comments

No comments written yet.

Please login to write comment.