Color Hex Logo

#241aad Color Hex

#241AAD
(36,26,173)
0 Favorites   0 Comments

Color spaces of #241aad

RGB 3626173
HSL0.680.740.39
HSV244°85°68°
CMYK 0.790.850.00   0.32
XYZ8.63984.131039.8772
Yxy4.13100.16410.0785
Hunter Lab20.324940.3092-102.0991
CIE-Lab24.099951.9706-73.9552

#241aad color RGB value is (36,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011010 10101101
Octal 44 32 255
Decimal 36 26 173
Hex 24 1A AD

RGB Percentages of Color #241aad

%15.32
%11.06
%73.62

CMYK Percentages of Color #241aad

%79
%85
%0
%32

Triadic Colors of #241aad

#241aad #ad241a #1aad24

Analogous Colors of #241aad

#241aad #6e1aad #1a5aad

Monochromatic Colors of #241aad

#241aad

Complementary Color

#241aad #a3ad1a

#241aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#241aad Color CSS Codes

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

#241aad Text Font Color

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

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


#241aad Background Color

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

This div background color is #241aad


#241aad Border Color

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

This div border color is #241aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241aad


Comments

No comments written yet.

Please login to write comment.