Color Hex Logo

#1842dc Color Hex

#1842DC
(24,66,220)
0 Favorites   0 Comments

Color spaces of #1842dc

RGB 2466220
HSL0.630.800.48
HSV227°89°86°
CMYK 0.890.700.00   0.14
XYZ15.24329.257968.6937
Yxy9.25790.16360.0993
Hunter Lab30.426836.1779-112.5586
CIE-Lab36.476245.4635-81.0573

#1842dc color RGB value is (24,66,220).

#1842dc hex color red value is 24, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1842dc hue: 0.63 , saturation: 0.80 and the lightness value of 1842dc is 0.48.

The process color (four color CMYK) of #1842dc color hex is 0.89, 0.70, 0.00, 0.14. Web safe color of #1842dc is #0033cc. Color #1842dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 11011100
Octal 30 102 334
Decimal 24 66 220
Hex 18 42 DC

RGB Percentages of Color #1842dc

%7.74
%21.29
%70.97

CMYK Percentages of Color #1842dc

%89
%70
%0
%14

Triadic Colors of #1842dc

#1842dc #dc1842 #42dc18

Analogous Colors of #1842dc

#1842dc #5018dc #18a4dc

Monochromatic Colors of #1842dc

#1842dc

Complementary Color

#1842dc #dcb218

#1842dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1842dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1842dc Color CSS Codes

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

#1842dc Text Font Color

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

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


#1842dc Background Color

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

This div background color is #1842dc


#1842dc Border Color

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

This div border color is #1842dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,66,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1842dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1842dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1842dc;
  box-shadow:         1px 1px 3px 2px #1842dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,66,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1842dc


Comments

No comments written yet.

Please login to write comment.