Color Hex Logo

#240689 Color Hex

#240689
(36,6,137)
0 Favorites   0 Comments

Color spaces of #240689

RGB 366137
HSL0.700.920.28
HSV254°96°54°
CMYK 0.740.960.00   0.46
XYZ5.30802.311523.8333
Yxy2.31150.16880.0735
Hunter Lab15.203635.7129-82.3009
CIE-Lab17.043748.6877-63.5607

#240689 color RGB value is (36,6,137).

#240689 hex color red value is 36, green value is 6 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #240689 hue: 0.70 , saturation: 0.92 and the lightness value of 240689 is 0.28.

The process color (four color CMYK) of #240689 color hex is 0.74, 0.96, 0.00, 0.46. Web safe color of #240689 is #330099. Color #240689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00000110 10001001
Octal 44 6 211
Decimal 36 6 137
Hex 24 6 89

RGB Percentages of Color #240689

%20.11
%3.35
%76.54

CMYK Percentages of Color #240689

%74
%96
%0
%46

Triadic Colors of #240689

#240689 #892406 #068924

Analogous Colors of #240689

#240689 #660689 #062a89

Monochromatic Colors of #240689

#240689

Complementary Color

#240689 #6b8906

#240689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240689 Color CSS Codes

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

#240689 Text Font Color

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

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


#240689 Background Color

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

This div background color is #240689


#240689 Border Color

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

This div border color is #240689


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,6,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #240689; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #240689;
  -webkit-box-shadow: 1px 1px 3px 2px #240689;
  box-shadow:         1px 1px 3px 2px #240689; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240689


Comments

No comments written yet.

Please login to write comment.