Color Hex Logo

#1842da Color Hex

#1842DA
(24,66,218)
0 Favorites   0 Comments

Color spaces of #1842da

RGB 2466218
HSL0.630.800.47
HSV227°89°85°
CMYK 0.890.700.00   0.15
XYZ14.97989.152667.3068
Yxy9.15260.16380.1001
Hunter Lab30.253335.4404-110.7298
CIE-Lab36.276544.7505-80.2394

#1842da color RGB value is (24,66,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 11011010
Octal 30 102 332
Decimal 24 66 218
Hex 18 42 DA

RGB Percentages of Color #1842da

%7.79
%21.43
%70.78

CMYK Percentages of Color #1842da

%89
%70
%0
%15

Triadic Colors of #1842da

#1842da #da1842 #42da18

Analogous Colors of #1842da

#1842da #4f18da #18a3da

Monochromatic Colors of #1842da

#1842da

Complementary Color

#1842da #dab018

#1842da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1842da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1842da Color CSS Codes

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

#1842da Text Font Color

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

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


#1842da Background Color

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

This div background color is #1842da


#1842da Border Color

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

This div border color is #1842da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1842da


Comments

No comments written yet.

Please login to write comment.