Color Hex Logo

#241fae Color Hex

#241FAE
(36,31,174)
0 Favorites   0 Comments

Color spaces of #241fae

RGB 3631174
HSL0.670.700.40
HSV242°82°68°
CMYK 0.790.820.00   0.32
XYZ8.85754.411040.4290
Yxy4.41100.16500.0821
Hunter Lab21.002438.5260-99.4299
CIE-Lab24.986150.0231-73.0842

#241fae color RGB value is (36,31,174).

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

The process color (four color CMYK) of #241fae color hex is 0.79, 0.82, 0.00, 0.32. Web safe color of #241fae is #333399. Color #241fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011111 10101110
Octal 44 37 256
Decimal 36 31 174
Hex 24 1F AE

RGB Percentages of Color #241fae

%14.94
%12.86
%72.20

CMYK Percentages of Color #241fae

%79
%82
%0
%32

Triadic Colors of #241fae

#241fae #ae241f #1fae24

Analogous Colors of #241fae

#241fae #6c1fae #1f62ae

Monochromatic Colors of #241fae

#241fae

Complementary Color

#241fae #a9ae1f

#241fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#241fae Color CSS Codes

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

#241fae Text Font Color

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

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


#241fae Background Color

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

This div background color is #241fae


#241fae Border Color

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

This div border color is #241fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,31,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 #241fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241fae

#241fae Color Palettes


Comments

No comments written yet.

Please login to write comment.