Color Hex Logo

#240eb1 Color Hex

#240EB1
(36,14,177)
0 Favorites   0 Comments

Color spaces of #240eb1

RGB 3614177
HSL0.690.850.37
HSV248°92°69°
CMYK 0.800.920.00   0.31
XYZ8.82043.863541.8758
Yxy3.86350.16170.0708
Hunter Lab19.655845.7030-112.5557
CIE-Lab23.214957.3406-77.8326

#240eb1 color RGB value is (36,14,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001110 10110001
Octal 44 16 261
Decimal 36 14 177
Hex 24 E B1

RGB Percentages of Color #240eb1

%15.86
%6.17
%77.97

CMYK Percentages of Color #240eb1

%80
%92
%0
%31

Triadic Colors of #240eb1

#240eb1 #b1240e #0eb124

Analogous Colors of #240eb1

#240eb1 #760eb1 #0e49b1

Monochromatic Colors of #240eb1

#240eb1

Complementary Color

#240eb1 #9bb10e

#240eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240eb1 Color CSS Codes

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

#240eb1 Text Font Color

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

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


#240eb1 Background Color

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

This div background color is #240eb1


#240eb1 Border Color

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

This div border color is #240eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240eb1


Comments

No comments written yet.

Please login to write comment.