Color Hex Logo

#241abe Color Hex

#241ABE
(36,26,190)
0 Favorites   0 Comments

Color spaces of #241abe

RGB 3626190
HSL0.680.760.42
HSV244°86°75°
CMYK 0.810.860.00   0.25
XYZ10.39124.831649.1001
Yxy4.83160.16150.0751
Hunter Lab21.980945.9171-117.0531
CIE-Lab26.249556.9714-80.5250

#241abe color RGB value is (36,26,190).

#241abe hex color red value is 36, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #241abe hue: 0.68 , saturation: 0.76 and the lightness value of 241abe is 0.42.

The process color (four color CMYK) of #241abe color hex is 0.81, 0.86, 0.00, 0.25. Web safe color of #241abe is #3333cc. Color #241abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011010 10111110
Octal 44 32 276
Decimal 36 26 190
Hex 24 1A BE

RGB Percentages of Color #241abe

%14.29
%10.32
%75.40

CMYK Percentages of Color #241abe

%81
%86
%0
%25

Triadic Colors of #241abe

#241abe #be241a #1abe24

Analogous Colors of #241abe

#241abe #761abe #1a62be

Monochromatic Colors of #241abe

#241abe

Complementary Color

#241abe #b4be1a

#241abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#241abe Color CSS Codes

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

#241abe Text Font Color

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

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


#241abe Background Color

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

This div background color is #241abe


#241abe Border Color

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

This div border color is #241abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241abe


Comments

No comments written yet.

Please login to write comment.