Color Hex Logo

#1840fa Color Hex

#1840FA
(24,64,250)
0 Favorites   0 Comments

Color spaces of #1840fa

RGB 2464250
HSL0.640.960.54
HSV229°90°98°
CMYK 0.900.740.00   0.02
XYZ19.465410.763191.4940
Yxy10.76310.15990.0884
Hunter Lab32.807248.4965-142.3854
CIE-Lab39.178656.8827-93.5945

#1840fa color RGB value is (24,64,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000000 11111010
Octal 30 100 372
Decimal 24 64 250
Hex 18 40 FA

RGB Percentages of Color #1840fa

%7.10
%18.93
%73.96

CMYK Percentages of Color #1840fa

%90
%74
%0
%2

Triadic Colors of #1840fa

#1840fa #fa1840 #40fa18

Analogous Colors of #1840fa

#1840fa #6118fa #18b1fa

Monochromatic Colors of #1840fa

#1840fa

Complementary Color

#1840fa #fad218

#1840fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1840fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1840fa Color CSS Codes

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

#1840fa Text Font Color

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

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


#1840fa Background Color

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

This div background color is #1840fa


#1840fa Border Color

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

This div border color is #1840fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,64,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 #1840fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1840fa


Comments

No comments written yet.

Please login to write comment.