Color Hex Logo

#240682 Color Hex

#240682
(36,6,130)
0 Favorites   0 Comments

Color spaces of #240682

RGB 366130
HSL0.710.910.27
HSV255°95°51°
CMYK 0.720.950.00   0.49
XYZ4.82192.117021.2736
Yxy2.11700.17090.0750
Hunter Lab14.549933.6933-76.5037
CIE-Lab16.089646.7784-60.7262

#240682 color RGB value is (36,6,130).

#240682 hex color red value is 36, green value is 6 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #240682 hue: 0.71 , saturation: 0.91 and the lightness value of 240682 is 0.27.

The process color (four color CMYK) of #240682 color hex is 0.72, 0.95, 0.00, 0.49. Web safe color of #240682 is #330099. Color #240682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00000110 10000010
Octal 44 6 202
Decimal 36 6 130
Hex 24 6 82

RGB Percentages of Color #240682

%20.93
%3.49
%75.58

CMYK Percentages of Color #240682

%72
%95
%0
%49

Triadic Colors of #240682

#240682 #822406 #068224

Analogous Colors of #240682

#240682 #620682 #062682

Monochromatic Colors of #240682

#240682

Complementary Color

#240682 #648206

#240682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240682 Color CSS Codes

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

#240682 Text Font Color

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

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


#240682 Background Color

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

This div background color is #240682


#240682 Border Color

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

This div border color is #240682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240682


Comments

No comments written yet.

Please login to write comment.