Color Hex Logo

#240cae Color Hex

#240CAE
(36,12,174)
0 Favorites   0 Comments

Color spaces of #240cae

RGB 3612174
HSL0.690.870.36
HSV249°93°68°
CMYK 0.790.930.00   0.32
XYZ8.49903.694040.3095
Yxy3.69400.16190.0704
Hunter Lab19.219845.2982-110.8946
CIE-Lab22.632957.0660-76.9998

#240cae color RGB value is (36,12,174).

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

The process color (four color CMYK) of #240cae color hex is 0.79, 0.93, 0.00, 0.32. Web safe color of #240cae is #330099. Color #240cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00001100 10101110
Octal 44 14 256
Decimal 36 12 174
Hex 24 C AE

RGB Percentages of Color #240cae

%16.22
%5.41
%78.38

CMYK Percentages of Color #240cae

%79
%93
%0
%32

Triadic Colors of #240cae

#240cae #ae240c #0cae24

Analogous Colors of #240cae

#240cae #750cae #0c45ae

Monochromatic Colors of #240cae

#240cae

Complementary Color

#240cae #96ae0c

#240cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#240cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#240cae Color CSS Codes

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

#240cae Text Font Color

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

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


#240cae Background Color

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

This div background color is #240cae


#240cae Border Color

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

This div border color is #240cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #240cae


Comments

No comments written yet.

Please login to write comment.