Color Hex Logo

#240481 Color Hex

#240481
(36,4,129)
0 Favorites   0 Comments

Color spaces of #240481

RGB 364129
HSL0.710.940.26
HSV255°97°51°
CMYK 0.720.970.00   0.49
XYZ4.73342.046920.9145
Yxy2.04690.17090.0739
Hunter Lab14.307034.0186-76.6575
CIE-Lab15.731547.1828-60.6870

#240481 color RGB value is (36,4,129).

#240481 hex color red value is 36, green value is 4 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #240481 hue: 0.71 , saturation: 0.94 and the lightness value of 240481 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00000100 10000001
Octal 44 4 201
Decimal 36 4 129
Hex 24 4 81

RGB Percentages of Color #240481

%21.30
%2.37
%76.33

CMYK Percentages of Color #240481

%72
%97
%0
%49

Triadic Colors of #240481

#240481 #812404 #048124

Analogous Colors of #240481

#240481 #630481 #042281

Monochromatic Colors of #240481

#240481

Complementary Color

#240481 #618104

#240481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#240481 Color CSS Codes

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

#240481 Text Font Color

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

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


#240481 Background Color

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

This div background color is #240481


#240481 Border Color

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

This div border color is #240481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240481


Comments

No comments written yet.

Please login to write comment.