Color Hex Logo

#24197c Color Hex

#24197C
(36,25,124)
0 Favorites   0 Comments

Color spaces of #24197c

RGB 3625124
HSL0.690.660.29
HSV247°80°49°
CMYK 0.710.800.00   0.51
XYZ4.71332.525619.3078
Yxy2.52560.17750.0951
Hunter Lab15.892125.1284-60.9086
CIE-Lab18.034036.9974-53.6831

#24197c color RGB value is (36,25,124).

#24197c hex color red value is 36, green value is 25 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #24197c hue: 0.69 , saturation: 0.66 and the lightness value of 24197c is 0.29.

The process color (four color CMYK) of #24197c color hex is 0.71, 0.80, 0.00, 0.51. Web safe color of #24197c is #330066. Color #24197c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011001 01111100
Octal 44 31 174
Decimal 36 25 124
Hex 24 19 7C

RGB Percentages of Color #24197c

%19.46
%13.51
%67.03

CMYK Percentages of Color #24197c

%71
%80
%0
%51

Triadic Colors of #24197c

#24197c #7c2419 #197c24

Analogous Colors of #24197c

#24197c #56197c #193f7c

Monochromatic Colors of #24197c

#24197c

Complementary Color

#24197c #717c19

#24197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#24197c Color CSS Codes

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

#24197c Text Font Color

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

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


#24197c Background Color

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

This div background color is #24197c


#24197c Border Color

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

This div border color is #24197c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24197c


Comments

No comments written yet.

Please login to write comment.