Color Hex Logo

#1860fd Color Hex

#1860FD
(24,96,253)
0 Favorites   0 Comments

Color spaces of #1860fd

RGB 2496253
HSL0.610.980.54
HSV221°91°99°
CMYK 0.910.620.00   0.01
XYZ22.289215.651894.7748
Yxy15.65180.16790.1179
Hunter Lab39.562431.3317-114.3403
CIE-Lab46.514338.8762-83.1761

#1860fd color RGB value is (24,96,253).

#1860fd hex color red value is 24, green value is 96 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1860fd hue: 0.61 , saturation: 0.98 and the lightness value of 1860fd is 0.54.

The process color (four color CMYK) of #1860fd color hex is 0.91, 0.62, 0.00, 0.01. Web safe color of #1860fd is #0066ff. Color #1860fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01100000 11111101
Octal 30 140 375
Decimal 24 96 253
Hex 18 60 FD

RGB Percentages of Color #1860fd

%6.43
%25.74
%67.83

CMYK Percentages of Color #1860fd

%91
%62
%0
%1

Triadic Colors of #1860fd

#1860fd #fd1860 #60fd18

Analogous Colors of #1860fd

#1860fd #4318fd #18d3fd

Monochromatic Colors of #1860fd

#1860fd

Complementary Color

#1860fd #fdb518

#1860fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1860fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1860fd Color CSS Codes

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

#1860fd Text Font Color

<p style="color:#1860fd">Text here</p>

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


#1860fd Background Color

<div style="background-color:#1860fd">
Div content here</div>

This div background color is #1860fd


#1860fd Border Color

<div style="border:3px solid #1860fd">
Div here</div>

This div border color is #1860fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,96,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1860fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1860fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1860fd;
  box-shadow:         1px 1px 3px 2px #1860fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1860fd

Related Colors


Comments

No comments written yet.

Please login to write comment.