Color Hex Logo

#240962 Color Hex

#240962
(36,9,98)
0 Favorites   0 Comments

Color spaces of #240962

RGB 36998
HSL0.720.830.21
HSV258°91°38°
CMYK 0.630.910.00   0.62
XYZ3.02981.452311.6759
Yxy1.45230.18750.0899
Hunter Lab12.051123.7875-49.0081
CIE-Lab12.301536.5468-46.2224

#240962 color RGB value is (36,9,98).

#240962 hex color red value is 36, green value is 9 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #240962 hue: 0.72 , saturation: 0.83 and the lightness value of 240962 is 0.21.

The process color (four color CMYK) of #240962 color hex is 0.63, 0.91, 0.00, 0.62. Web safe color of #240962 is #330066. Color #240962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001001 01100010
Octal 44 11 142
Decimal 36 9 98
Hex 24 9 62

RGB Percentages of Color #240962

%25.17
%6.29
%68.53

CMYK Percentages of Color #240962

%63
%91
%0
%62

Triadic Colors of #240962

#240962 #622409 #096224

Analogous Colors of #240962

#240962 #510962 #091a62

Monochromatic Colors of #240962

#240962

Complementary Color

#240962 #476209

#240962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240962 Color CSS Codes

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

#240962 Text Font Color

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

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


#240962 Background Color

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

This div background color is #240962


#240962 Border Color

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

This div border color is #240962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240962


Comments

No comments written yet.

Please login to write comment.