Color Hex Logo

#241996 Color Hex

#241996
(36,25,150)
0 Favorites   0 Comments

Color spaces of #241996

RGB 3625150
HSL0.680.710.34
HSV245°83°59°
CMYK 0.760.830.00   0.41
XYZ6.58023.272329.1390
Yxy3.27230.16880.0839
Hunter Lab18.089533.2742-82.8431
CIE-Lab21.103045.3802-64.9141

#241996 color RGB value is (36,25,150).

#241996 hex color red value is 36, green value is 25 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #241996 hue: 0.68 , saturation: 0.71 and the lightness value of 241996 is 0.34.

The process color (four color CMYK) of #241996 color hex is 0.76, 0.83, 0.00, 0.41. Web safe color of #241996 is #330099. Color #241996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011001 10010110
Octal 44 31 226
Decimal 36 25 150
Hex 24 19 96

RGB Percentages of Color #241996

%17.06
%11.85
%71.09

CMYK Percentages of Color #241996

%76
%83
%0
%41

Triadic Colors of #241996

#241996 #962419 #199624

Analogous Colors of #241996

#241996 #621996 #194d96

Monochromatic Colors of #241996

#241996

Complementary Color

#241996 #8b9619

#241996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241996 Color CSS Codes

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

#241996 Text Font Color

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

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


#241996 Background Color

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

This div background color is #241996


#241996 Border Color

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

This div border color is #241996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,25,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241996;
  -webkit-box-shadow: 1px 1px 3px 2px #241996;
  box-shadow:         1px 1px 3px 2px #241996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241996


Comments

No comments written yet.

Please login to write comment.