Color Hex Logo

#1848eb Color Hex

#1848EB
(24,72,235)
0 Favorites   0 Comments

Color spaces of #1848eb

RGB 2472235
HSL0.630.840.51
HSV226°90°92°
CMYK 0.900.690.00   0.08
XYZ17.689410.827179.7548
Yxy10.82710.16340.1000
Hunter Lab32.904638.3781-120.6752
CIE-Lab39.287747.1616-84.9624

#1848eb color RGB value is (24,72,235).

#1848eb hex color red value is 24, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1848eb hue: 0.63 , saturation: 0.84 and the lightness value of 1848eb is 0.51.

The process color (four color CMYK) of #1848eb color hex is 0.90, 0.69, 0.00, 0.08. Web safe color of #1848eb is #0033ff. Color #1848eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001000 11101011
Octal 30 110 353
Decimal 24 72 235
Hex 18 48 EB

RGB Percentages of Color #1848eb

%7.25
%21.75
%71.00

CMYK Percentages of Color #1848eb

%90
%69
%0
%8

Triadic Colors of #1848eb

#1848eb #eb1848 #48eb18

Analogous Colors of #1848eb

#1848eb #5118eb #18b2eb

Monochromatic Colors of #1848eb

#1848eb

Complementary Color

#1848eb #ebbb18

#1848eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1848eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1848eb Color CSS Codes

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

#1848eb Text Font Color

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

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


#1848eb Background Color

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

This div background color is #1848eb


#1848eb Border Color

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

This div border color is #1848eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,72,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1848eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1848eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1848eb;
  box-shadow:         1px 1px 3px 2px #1848eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1848eb


Comments

No comments written yet.

Please login to write comment.