Color Hex Logo

#1842fa Color Hex

#1842FA
(24,66,250)
0 Favorites   0 Comments

Color spaces of #1842fa

RGB 2466250
HSL0.640.960.54
HSV229°90°98°
CMYK 0.900.740.00   0.02
XYZ19.580210.992791.5323
Yxy10.99270.16040.0900
Hunter Lab33.155247.3935-140.4744
CIE-Lab39.568255.7816-92.9491

#1842fa color RGB value is (24,66,250).

#1842fa hex color red value is 24, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1842fa hue: 0.64 , saturation: 0.96 and the lightness value of 1842fa is 0.54.

The process color (four color CMYK) of #1842fa color hex is 0.90, 0.74, 0.00, 0.02. Web safe color of #1842fa is #0033ff. Color #1842fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 11111010
Octal 30 102 372
Decimal 24 66 250
Hex 18 42 FA

RGB Percentages of Color #1842fa

%7.06
%19.41
%73.53

CMYK Percentages of Color #1842fa

%90
%74
%0
%2

Triadic Colors of #1842fa

#1842fa #fa1842 #42fa18

Analogous Colors of #1842fa

#1842fa #5f18fa #18b3fa

Monochromatic Colors of #1842fa

#1842fa

Complementary Color

#1842fa #fad018

#1842fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1842fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1842fa Color CSS Codes

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

#1842fa Text Font Color

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

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


#1842fa Background Color

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

This div background color is #1842fa


#1842fa Border Color

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

This div border color is #1842fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1842fa


Comments

No comments written yet.

Please login to write comment.