Color Hex Logo

#240ed3 Color Hex

#240ED3
(36,14,211)
0 Favorites   0 Comments

Color spaces of #240ed3

RGB 3614211
HSL0.690.880.44
HSV247°93°83°
CMYK 0.830.930.00   0.17
XYZ12.64255.392362.0025
Yxy5.39230.15800.0674
Hunter Lab23.221356.5443-142.0534
CIE-Lab27.824466.3336-90.2134

#240ed3 color RGB value is (36,14,211).

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

The process color (four color CMYK) of #240ed3 color hex is 0.83, 0.93, 0.00, 0.17. Web safe color of #240ed3 is #3300cc. Color #240ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001110 11010011
Octal 44 16 323
Decimal 36 14 211
Hex 24 E D3

RGB Percentages of Color #240ed3

%13.79
%5.36
%80.84

CMYK Percentages of Color #240ed3

%83
%93
%0
%17

Triadic Colors of #240ed3

#240ed3 #d3240e #0ed324

Analogous Colors of #240ed3

#240ed3 #870ed3 #0e5bd3

Monochromatic Colors of #240ed3

#240ed3

Complementary Color

#240ed3 #bdd30e

#240ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240ed3 Color CSS Codes

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

#240ed3 Text Font Color

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

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


#240ed3 Background Color

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

This div background color is #240ed3


#240ed3 Border Color

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

This div border color is #240ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240ed3


Comments

No comments written yet.

Please login to write comment.