Color Hex Logo

#241eac Color Hex

#241EAC
(36,30,172)
0 Favorites   0 Comments

Color spaces of #241eac

RGB 3630172
HSL0.670.700.40
HSV243°83°67°
CMYK 0.790.830.00   0.33
XYZ8.63824.282239.4010
Yxy4.28220.16510.0818
Hunter Lab20.693538.2987-98.4045
CIE-Lab24.583349.8732-72.5499

#241eac color RGB value is (36,30,172).

#241eac hex color red value is 36, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #241eac hue: 0.67 , saturation: 0.70 and the lightness value of 241eac is 0.40.

The process color (four color CMYK) of #241eac color hex is 0.79, 0.83, 0.00, 0.33. Web safe color of #241eac is #333399. Color #241eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011110 10101100
Octal 44 36 254
Decimal 36 30 172
Hex 24 1E AC

RGB Percentages of Color #241eac

%15.13
%12.61
%72.27

CMYK Percentages of Color #241eac

%79
%83
%0
%33

Triadic Colors of #241eac

#241eac #ac241e #1eac24

Analogous Colors of #241eac

#241eac #6b1eac #1e5fac

Monochromatic Colors of #241eac

#241eac

Complementary Color

#241eac #a6ac1e

#241eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#241eac Color CSS Codes

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

#241eac Text Font Color

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

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


#241eac Background Color

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

This div background color is #241eac


#241eac Border Color

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

This div border color is #241eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241eac


Comments

No comments written yet.

Please login to write comment.