Color Hex Logo

#240dba Color Hex

#240DBA
(36,13,186)
0 Favorites   0 Comments

Color spaces of #240dba

RGB 3613186
HSL0.690.870.39
HSV248°93°73°
CMYK 0.810.930.00   0.27
XYZ9.73444.208146.7536
Yxy4.20810.16040.0693
Hunter Lab20.513748.8052-120.7710
CIE-Lab24.347860.0211-81.3206

#240dba color RGB value is (36,13,186).

#240dba hex color red value is 36, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #240dba hue: 0.69 , saturation: 0.87 and the lightness value of 240dba is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001101 10111010
Octal 44 15 272
Decimal 36 13 186
Hex 24 D BA

RGB Percentages of Color #240dba

%15.32
%5.53
%79.15

CMYK Percentages of Color #240dba

%81
%93
%0
%27

Triadic Colors of #240dba

#240dba #ba240d #0dba24

Analogous Colors of #240dba

#240dba #7b0dba #0d4dba

Monochromatic Colors of #240dba

#240dba

Complementary Color

#240dba #a3ba0d

#240dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#240dba Color CSS Codes

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

#240dba Text Font Color

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

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


#240dba Background Color

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

This div background color is #240dba


#240dba Border Color

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

This div border color is #240dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240dba


Comments

No comments written yet.

Please login to write comment.