Color Hex Logo

#240cbe Color Hex

#240CBE
(36,12,190)
0 Favorites   0 Comments

Color spaces of #240cbe

RGB 3612190
HSL0.690.880.40
HSV248°94°75°
CMYK 0.810.940.00   0.25
XYZ10.15334.355749.0208
Yxy4.35570.15980.0686
Hunter Lab20.870350.3163-124.6529
CIE-Lab24.814161.3197-82.9171

#240cbe color RGB value is (36,12,190).

#240cbe hex color red value is 36, green value is 12 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #240cbe hue: 0.69 , saturation: 0.88 and the lightness value of 240cbe is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001100 10111110
Octal 44 14 276
Decimal 36 12 190
Hex 24 C BE

RGB Percentages of Color #240cbe

%15.13
%5.04
%79.83

CMYK Percentages of Color #240cbe

%81
%94
%0
%25

Triadic Colors of #240cbe

#240cbe #be240c #0cbe24

Analogous Colors of #240cbe

#240cbe #7d0cbe #0c4dbe

Monochromatic Colors of #240cbe

#240cbe

Complementary Color

#240cbe #a6be0c

#240cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#240cbe Color CSS Codes

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

#240cbe Text Font Color

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

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


#240cbe Background Color

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

This div background color is #240cbe


#240cbe Border Color

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

This div border color is #240cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240cbe


Comments

No comments written yet.

Please login to write comment.