Color Hex Logo

#241462 Color Hex

#241462
(36,20,98)
0 Favorites   0 Comments

Color spaces of #241462

RGB 362098
HSL0.700.660.23
HSV252°80°38°
CMYK 0.630.800.00   0.62
XYZ3.18231.757211.7267
Yxy1.75720.19090.1054
Hunter Lab13.255919.6539-43.1710
CIE-Lab14.157731.1626-43.1597

#241462 color RGB value is (36,20,98).

#241462 hex color red value is 36, green value is 20 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #241462 hue: 0.70 , saturation: 0.66 and the lightness value of 241462 is 0.23.

The process color (four color CMYK) of #241462 color hex is 0.63, 0.80, 0.00, 0.62. Web safe color of #241462 is #330066. Color #241462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010100 01100010
Octal 44 24 142
Decimal 36 20 98
Hex 24 14 62

RGB Percentages of Color #241462

%23.38
%12.99
%63.64

CMYK Percentages of Color #241462

%63
%80
%0
%62

Triadic Colors of #241462

#241462 #622414 #146224

Analogous Colors of #241462

#241462 #4b1462 #142b62

Monochromatic Colors of #241462

#241462

Complementary Color

#241462 #526214

#241462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241462 Color CSS Codes

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

#241462 Text Font Color

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

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


#241462 Background Color

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

This div background color is #241462


#241462 Border Color

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

This div border color is #241462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241462


Comments

No comments written yet.

Please login to write comment.