Color Hex Logo

#1844ef Color Hex

#1844EF
(24,68,239)
0 Favorites   0 Comments

Color spaces of #1844ef

RGB 2468239
HSL0.630.870.52
HSV228°90°94°
CMYK 0.900.720.00   0.06
XYZ18.023810.560482.7498
Yxy10.56040.16190.0949
Hunter Lab32.496842.1328-128.2284
CIE-Lab38.830050.9222-87.9807

#1844ef color RGB value is (24,68,239).

#1844ef hex color red value is 24, green value is 68 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1844ef hue: 0.63 , saturation: 0.87 and the lightness value of 1844ef is 0.52.

The process color (four color CMYK) of #1844ef color hex is 0.90, 0.72, 0.00, 0.06. Web safe color of #1844ef is #0033ff. Color #1844ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000100 11101111
Octal 30 104 357
Decimal 24 68 239
Hex 18 44 EF

RGB Percentages of Color #1844ef

%7.25
%20.54
%72.21

CMYK Percentages of Color #1844ef

%90
%72
%0
%6

Triadic Colors of #1844ef

#1844ef #ef1844 #44ef18

Analogous Colors of #1844ef

#1844ef #5718ef #18b0ef

Monochromatic Colors of #1844ef

#1844ef

Complementary Color

#1844ef #efc318

#1844ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1844ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1844ef Color CSS Codes

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

#1844ef Text Font Color

<p style="color:#1844ef">Text here</p>

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


#1844ef Background Color

<div style="background-color:#1844ef">
Div content here</div>

This div background color is #1844ef


#1844ef Border Color

<div style="border:3px solid #1844ef">
Div here</div>

This div border color is #1844ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,68,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1844ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1844ef;
  -webkit-box-shadow: 1px 1px 3px 2px #1844ef;
  box-shadow:         1px 1px 3px 2px #1844ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1844ef


Comments

No comments written yet.

Please login to write comment.